#D8A05B

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

Shades of Porsche #D8A05B

Tints of Porsche #D8A05B

Color information

#D8A05B (or 0xD8A05B) is unknown color: approx Porsche. HEX triplet: D8, A0 and 5B. RGB value is (216,160,91). Sum of RGB (Red+Green+Blue) = 216+160+91=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A05B is #275FA4. Grayscale: #A9A9A9. Windows color (decimal): -2580389 or 6004952. OLE color: 6004952.

HSL color Cylindrical-coordinate representation of color #D8A05B: hue angle of 33.12º 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 #D8A05B is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21616091-
CMYK00.260.580.15
HSL33.12º61.58%60.2%-
HSV(B)33.12º57.87%84.71%-
XYZ42.7840.515.46-
YUV168.8884.05161.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=46.25%
G=34.26%
B=19.49%

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
Decimal2161609100.260.580.1533.1261.5860.2
HexD8A05B01A3AF213e3c
Octal3302401330327217417674
Binary110110001010000010110110110101110101111100001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A05B; }

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

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

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

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

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

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

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

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