#D9A066

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

Shades of Porsche #D9A066

Tints of Porsche #D9A066

Color information

#D9A066 (or 0xD9A066) is unknown color: approx Porsche. HEX triplet: D9, A0 and 66. RGB value is (217,160,102). Sum of RGB (Red+Green+Blue) = 217+160+102=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A066 is #265F99. Grayscale: #AAAAAA. Windows color (decimal): -2514842 or 6725849. OLE color: 6725849.

HSL color Cylindrical-coordinate representation of color #D9A066: hue angle of 30.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9A066 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217160102-
CMYK00.260.530.15
HSL30.26º60.21%62.55%-
HSV(B)30.26º53%85.1%-
XYZ43.5840.8518.16-
YUV170.4389.38161.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=45.30%
G=33.40%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716010200.260.530.1530.2660.2162.55
HexD9A06601A35F1e3c3f
Octal3312401460326517367477
Binary11011001101000001100110011010110101111111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A066; }

 p { color: rgb(217,160,102); }

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

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

 a { background-color: rgb(217,160,102); }

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

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

 span { border-color: rgb(217,160,102); }

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