#D8A051

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

Shades of Porsche #D8A051

Tints of Porsche #D8A051

Color information

#D8A051 (or 0xD8A051) is unknown color: approx Porsche. HEX triplet: D8, A0 and 51. RGB value is (216,160,81). Sum of RGB (Red+Green+Blue) = 216+160+81=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A051 is #275FAE. Grayscale: #A8A8A8. Windows color (decimal): -2580399 or 5349592. OLE color: 5349592.

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

Color convert

RGB21616081-
CMYK00.260.620.15
HSL35.11º63.38%58.24%-
HSV(B)35.11º62.5%84.71%-
XYZ42.3740.3313.34-
YUV167.7479.05162.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 81 (32.03% from 255) = 17.72%
R=47.26%
G=35.01%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161608100.260.620.1535.1163.3858.24
HexD8A05101A3EF233f3a
Octal3302401210327617437772
Binary110110001010000010100010110101111101111100011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A051; }

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

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

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

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

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

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

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

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