Shades of Porsche #D9985A
Tints of Porsche #D9985A
RGB
CMYK
RGB Variations
Color information
#D9985A (or 0xD9985A) is known color: Porsche. HEX triplet: D9, 98 and 5A. RGB value is (217,152,90). Sum of RGB (Red+Green+Blue) = 217+152+90=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9985A is #2667A5. Grayscale: #A4A4A4. Windows color (decimal): -2516902 or 5937369. OLE color: 5937369.
HSL color Cylindrical-coordinate representation of color #D9985A: hue angle of 29.29º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9985A is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 90 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.15 |
| HSL | 29.29º | 0.63% | 0.6% | - |
| HSV(B) | 29.29º | 0.59% | 0.85% | - |
| XYZ | 41.69 | 37.95 | 14.8 | - |
| YUV | 164.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 90 | 0 | 0.30 | 0.59 | 0.15 | 29.29 | 0.63 | 0.6 |
| Hex | D9 | 98 | 5A | 0 | 1E | 3B | F | 1D | 3F | 3C |
| Octal | 331 | 230 | 132 | 0 | 36 | 73 | 17 | 35 | 77 | 74 |
| Binary | 11011001 | 10011000 | 1011010 | 0 | 11110 | 111011 | 1111 | 11101 | 111111 | 111100 |
Color Harmonies of #D9985A
Complementary color
Monochromatic Colors of #D9985A
Black with #D9985A
Text Example
Text Example
White with #D9985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9985A; }
p { color: rgb(217,152,90); }
H1.HeaderClassName
{
color: #D9985A;
}
.AnyTagClassName
{
color: #D9985A;
}
</style>
background-color css
<style>
a { background-color: #D9985A; }
a { background-color: rgb(217,152,90); }
div.DivClassName
{
background-color: #D9985A;
}
.BgClassName
{
background-color: #D9985A;
}
</style>
border-color css
<style>
span { border-color: #D9985A; }
span { border-color: rgb(217,152,90); }
td.TdClassName
{
border-color: #D9985A;
}
.TagClassName
{
border-color: #D9985A;
}
</style>