Shades of Porsche #D89952
Tints of Porsche #D89952
RGB
CMYK
RGB Variations
Color information
#D89952 (or 0xD89952) is known color: Porsche. HEX triplet: D8, 99 and 52. RGB value is (216,153,82). Sum of RGB (Red+Green+Blue) = 216+153+82=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D89952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89952 is #2766AD. Grayscale: #A4A4A4. Windows color (decimal): -2582190 or 5413336. OLE color: 5413336.
HSL color Cylindrical-coordinate representation of color #D89952: hue angle of 31.79º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D89952 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 82 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.15 |
| HSL | 31.79º | 0.63% | 0.58% | - |
| HSV(B) | 31.79º | 0.62% | 0.85% | - |
| XYZ | 41.23 | 37.99 | 13.14 | - |
| YUV | 163.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 82 | 0 | 0.29 | 0.62 | 0.15 | 31.79 | 0.63 | 0.58 |
| Hex | D8 | 99 | 52 | 0 | 1D | 3E | F | 20 | 3F | 3A |
| Octal | 330 | 231 | 122 | 0 | 35 | 76 | 17 | 40 | 77 | 72 |
| Binary | 11011000 | 10011001 | 1010010 | 0 | 11101 | 111110 | 1111 | 100000 | 111111 | 111010 |
Color Harmonies of #D89952
Complementary color
Monochromatic Colors of #D89952
Black with #D89952
Text Example
Text Example
White with #D89952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89952; }
p { color: rgb(216,153,82); }
H1.HeaderClassName
{
color: #D89952;
}
.AnyTagClassName
{
color: #D89952;
}
</style>
background-color css
<style>
a { background-color: #D89952; }
a { background-color: rgb(216,153,82); }
div.DivClassName
{
background-color: #D89952;
}
.BgClassName
{
background-color: #D89952;
}
</style>
border-color css
<style>
span { border-color: #D89952; }
span { border-color: rgb(216,153,82); }
td.TdClassName
{
border-color: #D89952;
}
.TagClassName
{
border-color: #D89952;
}
</style>