#D9A064

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

Shades of Porsche #D9A064

Tints of Porsche #D9A064

Color information

#D9A064 (or 0xD9A064) is unknown color: approx Porsche. HEX triplet: D9, A0 and 64. RGB value is (217,160,100). Sum of RGB (Red+Green+Blue) = 217+160+100=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A064 is #265F9B. Grayscale: #AAAAAA. Windows color (decimal): -2514844 or 6594777. OLE color: 6594777.

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

Color convert

RGB217160100-
CMYK00.260.540.15
HSL30.77º60.62%62.16%-
HSV(B)30.77º53.92%85.1%-
XYZ43.4940.8117.64-
YUV170.288.38161.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=45.49%
G=33.54%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716010000.260.540.1530.7760.6262.16
HexD9A06401A36F1f3d3e
Octal3312401440326617377576
Binary11011001101000001100100011010110110111111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A064; }

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

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

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

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

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

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

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

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