#D7A062

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

Shades of Porsche #D7A062

Tints of Porsche #D7A062

Color information

#D7A062 (or 0xD7A062) is unknown color: approx Porsche. HEX triplet: D7, A0 and 62. RGB value is (215,160,98). Sum of RGB (Red+Green+Blue) = 215+160+98=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A062 is #285F9D. Grayscale: #A9A9A9. Windows color (decimal): -2645918 or 6463703. OLE color: 6463703.

HSL color Cylindrical-coordinate representation of color #D7A062: hue angle of 31.79º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7A062 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21516098-
CMYK00.260.540.16
HSL31.79º59.39%61.37%-
HSV(B)31.79º54.42%84.31%-
XYZ42.840.4717.11-
YUV169.3887.72160.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.45%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 98 (38.67% from 255) = 20.72%
R=45.45%
G=33.83%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151609800.260.540.1631.7959.3961.37
HexD7A06201A3610203b3d
Octal3272401420326620407375
Binary1101011110100000110001001101011011010000100000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A062; }

 p { color: rgb(215,160,98); }

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

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

 a { background-color: rgb(215,160,98); }

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

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

 span { border-color: rgb(215,160,98); }

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