Shades of Porsche #D89D66
Tints of Porsche #D89D66
RGB
CMYK
RGB Variations
Color information
#D89D66 (or 0xD89D66) is known color: Porsche. HEX triplet: D8, 9D and 66. RGB value is (216,157,102). Sum of RGB (Red+Green+Blue) = 216+157+102=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D66 is #276299. Grayscale: #A8A8A8. Windows color (decimal): -2581146 or 6725080. OLE color: 6725080.
HSL color Cylindrical-coordinate representation of color #D89D66: hue angle of 28.95º 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 #D89D66 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 102 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.15 |
| HSL | 28.95º | 0.59% | 0.62% | - |
| HSV(B) | 28.95º | 0.53% | 0.85% | - |
| XYZ | 42.77 | 39.67 | 17.97 | - |
| YUV | 168.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 102 | 0 | 0.27 | 0.53 | 0.15 | 28.95 | 0.59 | 0.62 |
| Hex | D8 | 9D | 66 | 0 | 1B | 35 | F | 1D | 3B | 3E |
| Octal | 330 | 235 | 146 | 0 | 33 | 65 | 17 | 35 | 73 | 76 |
| Binary | 11011000 | 10011101 | 1100110 | 0 | 11011 | 110101 | 1111 | 11101 | 111011 | 111110 |
Color Harmonies of #D89D66
Complementary color
Monochromatic Colors of #D89D66
Black with #D89D66
Text Example
Text Example
White with #D89D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D66; }
p { color: rgb(216,157,102); }
H1.HeaderClassName
{
color: #D89D66;
}
.AnyTagClassName
{
color: #D89D66;
}
</style>
background-color css
<style>
a { background-color: #D89D66; }
a { background-color: rgb(216,157,102); }
div.DivClassName
{
background-color: #D89D66;
}
.BgClassName
{
background-color: #D89D66;
}
</style>
border-color css
<style>
span { border-color: #D89D66; }
span { border-color: rgb(216,157,102); }
td.TdClassName
{
border-color: #D89D66;
}
.TagClassName
{
border-color: #D89D66;
}
</style>