#DFA06D

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

Shades of Porsche #DFA06D

Tints of Porsche #DFA06D

Color information

#DFA06D (or 0xDFA06D) is unknown color: approx Porsche. HEX triplet: DF, A0 and 6D. RGB value is (223,160,109). Sum of RGB (Red+Green+Blue) = 223+160+109=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA06D is #205F92. Grayscale: #ADADAD. Windows color (decimal): -2121619 or 7184607. OLE color: 7184607.

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

Color convert

RGB223160109-
CMYK00.280.510.13
HSL26.84º64.04%65.1%-
HSV(B)26.84º51.12%87.45%-
XYZ45.7641.9320.15-
YUV173.0291.87163.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=45.33%
G=32.52%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316010900.280.510.1326.8464.0465.1
HexDFA06D01C33D1b4041
Octal337240155034631533100101
Binary1101111110100000110110101110011001111011101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA06D; }

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

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

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

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

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

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

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

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