Shades of Porsche #D89D55
Tints of Porsche #D89D55
RGB
CMYK
RGB Variations
Color information
#D89D55 (or 0xD89D55) is known color: Porsche. HEX triplet: D8, 9D and 55. RGB value is (216,157,85). Sum of RGB (Red+Green+Blue) = 216+157+85=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D55 is #2762AA. Grayscale: #A6A6A6. Windows color (decimal): -2581163 or 5610968. OLE color: 5610968.
HSL color Cylindrical-coordinate representation of color #D89D55: hue angle of 32.98º 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 #D89D55 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 85 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.15 |
| HSL | 32.98º | 0.63% | 0.59% | - |
| HSV(B) | 32.98º | 0.61% | 0.85% | - |
| XYZ | 42.02 | 39.37 | 13.98 | - |
| YUV | 166.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 85 | 0 | 0.27 | 0.61 | 0.15 | 32.98 | 0.63 | 0.59 |
| Hex | D8 | 9D | 55 | 0 | 1B | 3D | F | 21 | 3F | 3B |
| Octal | 330 | 235 | 125 | 0 | 33 | 75 | 17 | 41 | 77 | 73 |
| Binary | 11011000 | 10011101 | 1010101 | 0 | 11011 | 111101 | 1111 | 100001 | 111111 | 111011 |
Color Harmonies of #D89D55
Complementary color
Monochromatic Colors of #D89D55
Black with #D89D55
Text Example
Text Example
White with #D89D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D55; }
p { color: rgb(216,157,85); }
H1.HeaderClassName
{
color: #D89D55;
}
.AnyTagClassName
{
color: #D89D55;
}
</style>
background-color css
<style>
a { background-color: #D89D55; }
a { background-color: rgb(216,157,85); }
div.DivClassName
{
background-color: #D89D55;
}
.BgClassName
{
background-color: #D89D55;
}
</style>
border-color css
<style>
span { border-color: #D89D55; }
span { border-color: rgb(216,157,85); }
td.TdClassName
{
border-color: #D89D55;
}
.TagClassName
{
border-color: #D89D55;
}
</style>