#D8A059

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

Shades of Porsche #D8A059

Tints of Porsche #D8A059

Color information

#D8A059 (or 0xD8A059) is unknown color: approx Porsche. HEX triplet: D8, A0 and 59. RGB value is (216,160,89). Sum of RGB (Red+Green+Blue) = 216+160+89=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A059 is #275FA6. Grayscale: #A8A8A8. Windows color (decimal): -2580391 or 5873880. OLE color: 5873880.

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

Color convert

RGB21616089-
CMYK00.260.590.15
HSL33.54º61.95%59.8%-
HSV(B)33.54º58.8%84.71%-
XYZ42.6940.4615.01-
YUV168.6583.05161.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.45%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=46.45%
G=34.41%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161608900.260.590.1533.5461.9559.8
HexD8A05901A3BF223e3c
Octal3302401310327317427674
Binary110110001010000010110010110101110111111100010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A059; }

 p { color: rgb(216,160,89); }

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

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

 a { background-color: rgb(216,160,89); }

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

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

 span { border-color: rgb(216,160,89); }

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