#D8A061

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

Shades of Porsche #D8A061

Tints of Porsche #D8A061

Color information

#D8A061 (or 0xD8A061) is unknown color: approx Porsche. HEX triplet: D8, A0 and 61. RGB value is (216,160,97). Sum of RGB (Red+Green+Blue) = 216+160+97=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A061 is #275F9E. Grayscale: #A9A9A9. Windows color (decimal): -2580383 or 6398168. OLE color: 6398168.

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

Color convert

RGB21616097-
CMYK00.260.550.15
HSL31.76º60.41%61.37%-
HSV(B)31.76º55.09%84.71%-
XYZ43.0540.616.88-
YUV169.5687.05161.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.67%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=45.67%
G=33.83%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161609700.260.550.1531.7660.4161.37
HexD8A06101A37F203c3d
Octal3302401410326717407475
Binary110110001010000011000010110101101111111100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A061; }

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

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

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

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

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

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

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

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