Shades of Porsche #D89F50
Tints of Porsche #D89F50
RGB
CMYK
RGB Variations
Color information
#D89F50 (or 0xD89F50) is known color: Porsche. HEX triplet: D8, 9F and 50. RGB value is (216,159,80). Sum of RGB (Red+Green+Blue) = 216+159+80=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89F50 is #2760AF. Grayscale: #A7A7A7. Windows color (decimal): -2580656 or 5283800. OLE color: 5283800.
HSL color Cylindrical-coordinate representation of color #D89F50: hue angle of 34.85º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D89F50 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 80 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.15 |
| HSL | 34.85º | 0.64% | 0.58% | - |
| HSV(B) | 34.85º | 0.63% | 0.85% | - |
| XYZ | 42.17 | 39.97 | 13.08 | - |
| YUV | 167.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 80 | 0 | 0.26 | 0.63 | 0.15 | 34.85 | 0.64 | 0.58 |
| Hex | D8 | 9F | 50 | 0 | 1A | 3F | F | 23 | 40 | 3A |
| Octal | 330 | 237 | 120 | 0 | 32 | 77 | 17 | 43 | 100 | 72 |
| Binary | 11011000 | 10011111 | 1010000 | 0 | 11010 | 111111 | 1111 | 100011 | 1000000 | 111010 |
Color Harmonies of #D89F50
Complementary color
Monochromatic Colors of #D89F50
Black with #D89F50
Text Example
Text Example
White with #D89F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F50; }
p { color: rgb(216,159,80); }
H1.HeaderClassName
{
color: #D89F50;
}
.AnyTagClassName
{
color: #D89F50;
}
</style>
background-color css
<style>
a { background-color: #D89F50; }
a { background-color: rgb(216,159,80); }
div.DivClassName
{
background-color: #D89F50;
}
.BgClassName
{
background-color: #D89F50;
}
</style>
border-color css
<style>
span { border-color: #D89F50; }
span { border-color: rgb(216,159,80); }
td.TdClassName
{
border-color: #D89F50;
}
.TagClassName
{
border-color: #D89F50;
}
</style>