Shades of Porsche #D89E5E
Tints of Porsche #D89E5E
RGB
CMYK
RGB Variations
Color information
#D89E5E (or 0xD89E5E) is known color: Porsche. HEX triplet: D8, 9E and 5E. RGB value is (216,158,94). Sum of RGB (Red+Green+Blue) = 216+158+94=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89E5E is #2761A1. Grayscale: #A8A8A8. Windows color (decimal): -2580898 or 6201048. OLE color: 6201048.
HSL color Cylindrical-coordinate representation of color #D89E5E: hue angle of 31.48º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D89E5E is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 94 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.15 |
| HSL | 31.48º | 0.61% | 0.61% | - |
| HSV(B) | 31.48º | 0.56% | 0.85% | - |
| XYZ | 42.57 | 39.86 | 16.04 | - |
| YUV | 168.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 94 | 0 | 0.27 | 0.56 | 0.15 | 31.48 | 0.61 | 0.61 |
| Hex | D8 | 9E | 5E | 0 | 1B | 38 | F | 1F | 3D | 3D |
| Octal | 330 | 236 | 136 | 0 | 33 | 70 | 17 | 37 | 75 | 75 |
| Binary | 11011000 | 10011110 | 1011110 | 0 | 11011 | 111000 | 1111 | 11111 | 111101 | 111101 |
Color Harmonies of #D89E5E
Complementary color
Monochromatic Colors of #D89E5E
Black with #D89E5E
Text Example
Text Example
White with #D89E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89E5E; }
p { color: rgb(216,158,94); }
H1.HeaderClassName
{
color: #D89E5E;
}
.AnyTagClassName
{
color: #D89E5E;
}
</style>
background-color css
<style>
a { background-color: #D89E5E; }
a { background-color: rgb(216,158,94); }
div.DivClassName
{
background-color: #D89E5E;
}
.BgClassName
{
background-color: #D89E5E;
}
</style>
border-color css
<style>
span { border-color: #D89E5E; }
span { border-color: rgb(216,158,94); }
td.TdClassName
{
border-color: #D89E5E;
}
.TagClassName
{
border-color: #D89E5E;
}
</style>