#D9A05B

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

Shades of Porsche #D9A05B

Tints of Porsche #D9A05B

Color information

#D9A05B (or 0xD9A05B) is unknown color: approx Porsche. HEX triplet: D9, A0 and 5B. RGB value is (217,160,91). Sum of RGB (Red+Green+Blue) = 217+160+91=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A05B is #265FA4. Grayscale: #A9A9A9. Windows color (decimal): -2514853 or 6004953. OLE color: 6004953.

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

Color convert

RGB21716091-
CMYK00.260.580.15
HSL32.86º62.38%60.39%-
HSV(B)32.86º58.06%85.1%-
XYZ43.0740.6515.47-
YUV169.1883.88162.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 91 (35.94% from 255) = 19.44%
R=46.37%
G=34.19%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171609100.260.580.1532.8662.3860.39
HexD9A05B01A3AF213e3c
Octal3312401330327217417674
Binary110110011010000010110110110101110101111100001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A05B; }

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

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

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

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

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

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

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

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