Shades of Porsche #D99E6D
Tints of Porsche #D99E6D
RGB
CMYK
RGB Variations
Color information
#D99E6D (or 0xD99E6D) is known color: Porsche. HEX triplet: D9, 9E and 6D. RGB value is (217,158,109). Sum of RGB (Red+Green+Blue) = 217+158+109=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E6D is #266192. Grayscale: #AAAAAA. Windows color (decimal): -2515347 or 7184089. OLE color: 7184089.
HSL color Cylindrical-coordinate representation of color #D99E6D: hue angle of 27.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D99E6D is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 109 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.15 |
| HSL | 27.22º | 0.59% | 0.64% | - |
| HSV(B) | 27.22º | 0.5% | 0.85% | - |
| XYZ | 43.6 | 40.31 | 19.95 | - |
| YUV | 170.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 109 | 0 | 0.27 | 0.50 | 0.15 | 27.22 | 0.59 | 0.64 |
| Hex | D9 | 9E | 6D | 0 | 1B | 32 | F | 1B | 3B | 40 |
| Octal | 331 | 236 | 155 | 0 | 33 | 62 | 17 | 33 | 73 | 100 |
| Binary | 11011001 | 10011110 | 1101101 | 0 | 11011 | 110010 | 1111 | 11011 | 111011 | 1000000 |
Color Harmonies of #D99E6D
Complementary color
Monochromatic Colors of #D99E6D
Black with #D99E6D
Text Example
Text Example
White with #D99E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E6D; }
p { color: rgb(217,158,109); }
H1.HeaderClassName
{
color: #D99E6D;
}
.AnyTagClassName
{
color: #D99E6D;
}
</style>
background-color css
<style>
a { background-color: #D99E6D; }
a { background-color: rgb(217,158,109); }
div.DivClassName
{
background-color: #D99E6D;
}
.BgClassName
{
background-color: #D99E6D;
}
</style>
border-color css
<style>
span { border-color: #D99E6D; }
span { border-color: rgb(217,158,109); }
td.TdClassName
{
border-color: #D99E6D;
}
.TagClassName
{
border-color: #D99E6D;
}
</style>