Shades of Porsche #D99E6C
Tints of Porsche #D99E6C
RGB
CMYK
RGB Variations
Color information
#D99E6C (or 0xD99E6C) is known color: Porsche. HEX triplet: D9, 9E and 6C. RGB value is (217,158,108). Sum of RGB (Red+Green+Blue) = 217+158+108=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E6C is #266193. Grayscale: #AAAAAA. Windows color (decimal): -2515348 or 7118553. OLE color: 7118553.
HSL color Cylindrical-coordinate representation of color #D99E6C: hue angle of 27.52º 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 #D99E6C is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 108 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.15 |
| HSL | 27.52º | 0.59% | 0.64% | - |
| HSV(B) | 27.52º | 0.5% | 0.85% | - |
| XYZ | 43.55 | 40.29 | 19.67 | - |
| YUV | 169.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 108 | 0 | 0.27 | 0.50 | 0.15 | 27.52 | 0.59 | 0.64 |
| Hex | D9 | 9E | 6C | 0 | 1B | 32 | F | 1C | 3B | 40 |
| Octal | 331 | 236 | 154 | 0 | 33 | 62 | 17 | 34 | 73 | 100 |
| Binary | 11011001 | 10011110 | 1101100 | 0 | 11011 | 110010 | 1111 | 11100 | 111011 | 1000000 |
Color Harmonies of #D99E6C
Complementary color
Monochromatic Colors of #D99E6C
Black with #D99E6C
Text Example
Text Example
White with #D99E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E6C; }
p { color: rgb(217,158,108); }
H1.HeaderClassName
{
color: #D99E6C;
}
.AnyTagClassName
{
color: #D99E6C;
}
</style>
background-color css
<style>
a { background-color: #D99E6C; }
a { background-color: rgb(217,158,108); }
div.DivClassName
{
background-color: #D99E6C;
}
.BgClassName
{
background-color: #D99E6C;
}
</style>
border-color css
<style>
span { border-color: #D99E6C; }
span { border-color: rgb(217,158,108); }
td.TdClassName
{
border-color: #D99E6C;
}
.TagClassName
{
border-color: #D99E6C;
}
</style>