#D49E63

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

Shades of Porsche #D49E63

Tints of Porsche #D49E63

Color information

#D49E63 (or 0xD49E63) is unknown color: approx Porsche. HEX triplet: D4, 9E and 63. RGB value is (212,158,99). Sum of RGB (Red+Green+Blue) = 212+158+99=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E63 is #2B619C. Grayscale: #A7A7A7. Windows color (decimal): -2843037 or 6528724. OLE color: 6528724.

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

Color convert

RGB21215899-
CMYK00.250.530.17
HSL31.33º56.78%60.98%-
HSV(B)31.33º53.3%83.14%-
XYZ41.6339.3517.21-
YUV167.4289.39159.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 99 (39.06% from 255) = 21.11%
R=45.20%
G=33.69%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121589900.250.530.1731.3356.7860.98
HexD49E6301935111f393d
Octal3242361430316521377175
Binary110101001001111011000110110011101011000111111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E63; }

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

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

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

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

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

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

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

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