#DFA053

Color #DFA053 Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #DFA053

Tints of Porsche #DFA053

Color information

#DFA053 (or 0xDFA053) is unknown color: approx Porsche. HEX triplet: DF, A0 and 53. RGB value is (223,160,83). Sum of RGB (Red+Green+Blue) = 223+160+83=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA053 is #205FAC. Grayscale: #AAAAAA. Windows color (decimal): -2121645 or 5480671. OLE color: 5480671.

HSL color Cylindrical-coordinate representation of color #DFA053: hue angle of 33º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFA053 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22316083-
CMYK00.280.630.13
HSL33º68.63%60%-
HSV(B)33º62.78%87.45%-
XYZ44.5641.4513.84-
YUV170.0678.87165.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 83 (32.81% from 255) = 17.81%
R=47.85%
G=34.33%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231608300.280.630.133368.6360
HexDFA05301C3FD21453c
Octal33724012303477154110574
Binary1101111110100000101001101110011111111011000011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA053; }

 p { color: rgb(223,160,83); }

 H1.HeaderClassName
 {
   color: #DFA053;
 }
 .AnyTagClassName
 {
   color: #DFA053;
 }
</style>
background-color css

<style>
 a { background-color: #DFA053; }

 a { background-color: rgb(223,160,83); }

 div.DivClassName
 {
   background-color: #DFA053;
 }
 .BgClassName
 {
   background-color: #DFA053;
 }
</style>
border-color css

<style>
 span { border-color: #DFA053; }

 span { border-color: rgb(223,160,83); }

 td.TdClassName
 {
   border-color: #DFA053;
 }
 .TagClassName
 {
   border-color: #DFA053;
 }
</style>