Shades of Porsche #D89855
Tints of Porsche #D89855
RGB
CMYK
RGB Variations
Color information
#D89855 (or 0xD89855) is known color: Porsche. HEX triplet: D8, 98 and 55. RGB value is (216,152,85). Sum of RGB (Red+Green+Blue) = 216+152+85=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D89855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89855 is #2767AA. Grayscale: #A3A3A3. Windows color (decimal): -2582443 or 5609688. OLE color: 5609688.
HSL color Cylindrical-coordinate representation of color #D89855: hue angle of 30.69º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D89855 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 85 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.15 |
| HSL | 30.69º | 0.63% | 0.59% | - |
| HSV(B) | 30.69º | 0.61% | 0.85% | - |
| XYZ | 41.19 | 37.71 | 13.7 | - |
| YUV | 163.5 | 83.7 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 85 | 0 | 0.30 | 0.61 | 0.15 | 30.69 | 0.63 | 0.59 |
| Hex | D8 | 98 | 55 | 0 | 1E | 3D | F | 1F | 3F | 3B |
| Octal | 330 | 230 | 125 | 0 | 36 | 75 | 17 | 37 | 77 | 73 |
| Binary | 11011000 | 10011000 | 1010101 | 0 | 11110 | 111101 | 1111 | 11111 | 111111 | 111011 |
Color Harmonies of #D89855
Complementary color
Monochromatic Colors of #D89855
Black with #D89855
Text Example
Text Example
White with #D89855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89855; }
p { color: rgb(216,152,85); }
H1.HeaderClassName
{
color: #D89855;
}
.AnyTagClassName
{
color: #D89855;
}
</style>
background-color css
<style>
a { background-color: #D89855; }
a { background-color: rgb(216,152,85); }
div.DivClassName
{
background-color: #D89855;
}
.BgClassName
{
background-color: #D89855;
}
</style>
border-color css
<style>
span { border-color: #D89855; }
span { border-color: rgb(216,152,85); }
td.TdClassName
{
border-color: #D89855;
}
.TagClassName
{
border-color: #D89855;
}
</style>