Shades of Porsche #D99859
Tints of Porsche #D99859
RGB
CMYK
RGB Variations
Color information
#D99859 (or 0xD99859) is known color: Porsche. HEX triplet: D9, 98 and 59. RGB value is (217,152,89). Sum of RGB (Red+Green+Blue) = 217+152+89=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D99859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99859 is #2667A6. Grayscale: #A4A4A4. Windows color (decimal): -2516903 or 5871833. OLE color: 5871833.
HSL color Cylindrical-coordinate representation of color #D99859: hue angle of 29.53º 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 #D99859 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 89 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.15 |
| HSL | 29.53º | 0.63% | 0.6% | - |
| HSV(B) | 29.53º | 0.59% | 0.85% | - |
| XYZ | 41.65 | 37.93 | 14.58 | - |
| YUV | 164.25 | 85.53 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 89 | 0 | 0.30 | 0.59 | 0.15 | 29.53 | 0.63 | 0.6 |
| Hex | D9 | 98 | 59 | 0 | 1E | 3B | F | 1E | 3F | 3C |
| Octal | 331 | 230 | 131 | 0 | 36 | 73 | 17 | 36 | 77 | 74 |
| Binary | 11011001 | 10011000 | 1011001 | 0 | 11110 | 111011 | 1111 | 11110 | 111111 | 111100 |
Color Harmonies of #D99859
Complementary color
Monochromatic Colors of #D99859
Black with #D99859
Text Example
Text Example
White with #D99859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99859; }
p { color: rgb(217,152,89); }
H1.HeaderClassName
{
color: #D99859;
}
.AnyTagClassName
{
color: #D99859;
}
</style>
background-color css
<style>
a { background-color: #D99859; }
a { background-color: rgb(217,152,89); }
div.DivClassName
{
background-color: #D99859;
}
.BgClassName
{
background-color: #D99859;
}
</style>
border-color css
<style>
span { border-color: #D99859; }
span { border-color: rgb(217,152,89); }
td.TdClassName
{
border-color: #D99859;
}
.TagClassName
{
border-color: #D99859;
}
</style>