Shades of Porsche #D99E68
Tints of Porsche #D99E68
RGB
CMYK
RGB Variations
Color information
#D99E68 (or 0xD99E68) is known color: Porsche. HEX triplet: D9, 9E and 68. RGB value is (217,158,104). Sum of RGB (Red+Green+Blue) = 217+158+104=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E68 is #266197. Grayscale: #A9A9A9. Windows color (decimal): -2515352 or 6856409. OLE color: 6856409.
HSL color Cylindrical-coordinate representation of color #D99E68: hue angle of 28.67º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D99E68 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 104 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.15 |
| HSL | 28.67º | 0.6% | 0.63% | - |
| HSV(B) | 28.67º | 0.52% | 0.85% | - |
| XYZ | 43.34 | 40.2 | 18.57 | - |
| YUV | 169.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 104 | 0 | 0.27 | 0.52 | 0.15 | 28.67 | 0.6 | 0.63 |
| Hex | D9 | 9E | 68 | 0 | 1B | 34 | F | 1D | 3C | 3F |
| Octal | 331 | 236 | 150 | 0 | 33 | 64 | 17 | 35 | 74 | 77 |
| Binary | 11011001 | 10011110 | 1101000 | 0 | 11011 | 110100 | 1111 | 11101 | 111100 | 111111 |
Color Harmonies of #D99E68
Complementary color
Monochromatic Colors of #D99E68
Black with #D99E68
Text Example
Text Example
White with #D99E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E68; }
p { color: rgb(217,158,104); }
H1.HeaderClassName
{
color: #D99E68;
}
.AnyTagClassName
{
color: #D99E68;
}
</style>
background-color css
<style>
a { background-color: #D99E68; }
a { background-color: rgb(217,158,104); }
div.DivClassName
{
background-color: #D99E68;
}
.BgClassName
{
background-color: #D99E68;
}
</style>
border-color css
<style>
span { border-color: #D99E68; }
span { border-color: rgb(217,158,104); }
td.TdClassName
{
border-color: #D99E68;
}
.TagClassName
{
border-color: #D99E68;
}
</style>