#D8A15B

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

Shades of Porsche #D8A15B

Tints of Porsche #D8A15B

Color information

#D8A15B (or 0xD8A15B) is unknown color: approx Porsche. HEX triplet: D8, A1 and 5B. RGB value is (216,161,91). Sum of RGB (Red+Green+Blue) = 216+161+91=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A15B is #275EA4. Grayscale: #A9A9A9. Windows color (decimal): -2580133 or 6005208. OLE color: 6005208.

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

Color convert

RGB21616191-
CMYK00.250.580.15
HSL33.6º61.58%60.2%-
HSV(B)33.6º57.87%84.71%-
XYZ42.9540.8415.52-
YUV169.4683.72161.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 91 (35.94% from 255) = 19.44%
R=46.15%
G=34.40%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161619100.250.580.1533.661.5860.2
HexD8A15B0193AF223e3c
Octal3302411330317217427674
Binary110110001010000110110110110011110101111100010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A15B; }

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

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

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

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

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

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

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

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