Shades of Porsche #D99E5C
Tints of Porsche #D99E5C
RGB
CMYK
RGB Variations
Color information
#D99E5C (or 0xD99E5C) is known color: Porsche. HEX triplet: D9, 9E and 5C. RGB value is (217,158,92). Sum of RGB (Red+Green+Blue) = 217+158+92=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E5C is #2661A3. Grayscale: #A8A8A8. Windows color (decimal): -2515364 or 6069977. OLE color: 6069977.
HSL color Cylindrical-coordinate representation of color #D99E5C: hue angle of 31.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D99E5C is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 92 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.15 |
| HSL | 31.68º | 0.62% | 0.61% | - |
| HSV(B) | 31.68º | 0.58% | 0.85% | - |
| XYZ | 42.77 | 39.98 | 15.59 | - |
| YUV | 168.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 92 | 0 | 0.27 | 0.58 | 0.15 | 31.68 | 0.62 | 0.61 |
| Hex | D9 | 9E | 5C | 0 | 1B | 3A | F | 20 | 3E | 3D |
| Octal | 331 | 236 | 134 | 0 | 33 | 72 | 17 | 40 | 76 | 75 |
| Binary | 11011001 | 10011110 | 1011100 | 0 | 11011 | 111010 | 1111 | 100000 | 111110 | 111101 |
Color Harmonies of #D99E5C
Complementary color
Monochromatic Colors of #D99E5C
Black with #D99E5C
Text Example
Text Example
White with #D99E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E5C; }
p { color: rgb(217,158,92); }
H1.HeaderClassName
{
color: #D99E5C;
}
.AnyTagClassName
{
color: #D99E5C;
}
</style>
background-color css
<style>
a { background-color: #D99E5C; }
a { background-color: rgb(217,158,92); }
div.DivClassName
{
background-color: #D99E5C;
}
.BgClassName
{
background-color: #D99E5C;
}
</style>
border-color css
<style>
span { border-color: #D99E5C; }
span { border-color: rgb(217,158,92); }
td.TdClassName
{
border-color: #D99E5C;
}
.TagClassName
{
border-color: #D99E5C;
}
</style>