#D9A06C

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

Shades of Porsche #D9A06C

Tints of Porsche #D9A06C

Color information

#D9A06C (or 0xD9A06C) is unknown color: approx Porsche. HEX triplet: D9, A0 and 6C. RGB value is (217,160,108). Sum of RGB (Red+Green+Blue) = 217+160+108=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A06C is #265F93. Grayscale: #ABABAB. Windows color (decimal): -2514836 or 7119065. OLE color: 7119065.

HSL color Cylindrical-coordinate representation of color #D9A06C: hue angle of 28.62º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9A06C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB217160108-
CMYK00.260.500.15
HSL28.62º58.92%63.73%-
HSV(B)28.62º50.23%85.1%-
XYZ43.8940.9819.78-
YUV171.1292.38160.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=44.74%
G=32.99%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716010800.260.500.1528.6258.9263.73
HexD9A06C01A32F1d3b40
Octal33124015403262173573100
Binary110110011010000011011000110101100101111111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A06C; }

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

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

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

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

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

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

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

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