Shades of Porsche #D89F66
Tints of Porsche #D89F66
RGB
CMYK
RGB Variations
Color information
#D89F66 (or 0xD89F66) is known color: Porsche. HEX triplet: D8, 9F and 66. RGB value is (216,159,102). Sum of RGB (Red+Green+Blue) = 216+159+102=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89F66 is #276099. Grayscale: #A9A9A9. Windows color (decimal): -2580634 or 6725592. OLE color: 6725592.
HSL color Cylindrical-coordinate representation of color #D89F66: hue angle of 30º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D89F66 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 102 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.15 |
| HSL | 30º | 0.59% | 0.62% | - |
| HSV(B) | 30º | 0.53% | 0.85% | - |
| XYZ | 43.12 | 40.35 | 18.09 | - |
| YUV | 169.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 102 | 0 | 0.26 | 0.53 | 0.15 | 30 | 0.59 | 0.62 |
| Hex | D8 | 9F | 66 | 0 | 1A | 35 | F | 1E | 3B | 3E |
| Octal | 330 | 237 | 146 | 0 | 32 | 65 | 17 | 36 | 73 | 76 |
| Binary | 11011000 | 10011111 | 1100110 | 0 | 11010 | 110101 | 1111 | 11110 | 111011 | 111110 |
Color Harmonies of #D89F66
Complementary color
Monochromatic Colors of #D89F66
Black with #D89F66
Text Example
Text Example
White with #D89F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F66; }
p { color: rgb(216,159,102); }
H1.HeaderClassName
{
color: #D89F66;
}
.AnyTagClassName
{
color: #D89F66;
}
</style>
background-color css
<style>
a { background-color: #D89F66; }
a { background-color: rgb(216,159,102); }
div.DivClassName
{
background-color: #D89F66;
}
.BgClassName
{
background-color: #D89F66;
}
</style>
border-color css
<style>
span { border-color: #D89F66; }
span { border-color: rgb(216,159,102); }
td.TdClassName
{
border-color: #D89F66;
}
.TagClassName
{
border-color: #D89F66;
}
</style>