#D49E62

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

Shades of Porsche #D49E62

Tints of Porsche #D49E62

Color information

#D49E62 (or 0xD49E62) is unknown color: approx Porsche. HEX triplet: D4, 9E and 62. RGB value is (212,158,98). Sum of RGB (Red+Green+Blue) = 212+158+98=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E62 is #2B619D. Grayscale: #A7A7A7. Windows color (decimal): -2843038 or 6463188. OLE color: 6463188.

HSL color Cylindrical-coordinate representation of color #D49E62: hue angle of 31.58º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D49E62 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21215898-
CMYK00.250.540.17
HSL31.58º57%60.78%-
HSV(B)31.58º53.77%83.14%-
XYZ41.5839.3316.96-
YUV167.3188.89159.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 98 (38.67% from 255) = 20.94%
R=45.30%
G=33.76%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121589800.250.540.1731.585760.78
HexD49E62019361120393d
Octal3242361420316621407175
Binary1101010010011110110001001100111011010001100000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E62; }

 p { color: rgb(212,158,98); }

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

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

 a { background-color: rgb(212,158,98); }

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

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

 span { border-color: rgb(212,158,98); }

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