#D9A05F

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

Shades of Porsche #D9A05F

Tints of Porsche #D9A05F

Color information

#D9A05F (or 0xD9A05F) is unknown color: approx Porsche. HEX triplet: D9, A0 and 5F. RGB value is (217,160,95). Sum of RGB (Red+Green+Blue) = 217+160+95=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A05F is #265FA0. Grayscale: #A9A9A9. Windows color (decimal): -2514849 or 6267097. OLE color: 6267097.

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

Color convert

RGB21716095-
CMYK00.260.560.15
HSL31.97º61.62%61.18%-
HSV(B)31.97º56.22%85.1%-
XYZ43.2540.7216.41-
YUV169.6385.88161.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 95 (37.5% from 255) = 20.13%
R=45.97%
G=33.90%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171609500.260.560.1531.9761.6261.18
HexD9A05F01A38F203e3d
Octal3312401370327017407675
Binary110110011010000010111110110101110001111100000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A05F; }

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

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

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

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

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

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

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

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