Shades of Porsche #D99E5E
Tints of Porsche #D99E5E
RGB
CMYK
RGB Variations
Color information
#D99E5E (or 0xD99E5E) is known color: Porsche. HEX triplet: D9, 9E and 5E. RGB value is (217,158,94). Sum of RGB (Red+Green+Blue) = 217+158+94=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E5E is #2661A1. Grayscale: #A8A8A8. Windows color (decimal): -2515362 or 6201049. OLE color: 6201049.
HSL color Cylindrical-coordinate representation of color #D99E5E: hue angle of 31.22º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D99E5E is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 94 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.15 |
| HSL | 31.22º | 0.62% | 0.61% | - |
| HSV(B) | 31.22º | 0.57% | 0.85% | - |
| XYZ | 42.86 | 40.01 | 16.05 | - |
| YUV | 168.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 94 | 0 | 0.27 | 0.57 | 0.15 | 31.22 | 0.62 | 0.61 |
| Hex | D9 | 9E | 5E | 0 | 1B | 39 | F | 1F | 3E | 3D |
| Octal | 331 | 236 | 136 | 0 | 33 | 71 | 17 | 37 | 76 | 75 |
| Binary | 11011001 | 10011110 | 1011110 | 0 | 11011 | 111001 | 1111 | 11111 | 111110 | 111101 |
Color Harmonies of #D99E5E
Complementary color
Monochromatic Colors of #D99E5E
Black with #D99E5E
Text Example
Text Example
White with #D99E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E5E; }
p { color: rgb(217,158,94); }
H1.HeaderClassName
{
color: #D99E5E;
}
.AnyTagClassName
{
color: #D99E5E;
}
</style>
background-color css
<style>
a { background-color: #D99E5E; }
a { background-color: rgb(217,158,94); }
div.DivClassName
{
background-color: #D99E5E;
}
.BgClassName
{
background-color: #D99E5E;
}
</style>
border-color css
<style>
span { border-color: #D99E5E; }
span { border-color: rgb(217,158,94); }
td.TdClassName
{
border-color: #D99E5E;
}
.TagClassName
{
border-color: #D99E5E;
}
</style>