Shades of Porsche #D89B66
Tints of Porsche #D89B66
RGB
CMYK
RGB Variations
Color information
#D89B66 (or 0xD89B66) is known color: Porsche. HEX triplet: D8, 9B and 66. RGB value is (216,155,102). Sum of RGB (Red+Green+Blue) = 216+155+102=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B66 is #276499. Grayscale: #A7A7A7. Windows color (decimal): -2581658 or 6724568. OLE color: 6724568.
HSL color Cylindrical-coordinate representation of color #D89B66: hue angle of 27.89º 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 #D89B66 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 102 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.15 |
| HSL | 27.89º | 0.59% | 0.62% | - |
| HSV(B) | 27.89º | 0.53% | 0.85% | - |
| XYZ | 42.44 | 39 | 17.86 | - |
| YUV | 167.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 102 | 0 | 0.28 | 0.53 | 0.15 | 27.89 | 0.59 | 0.62 |
| Hex | D8 | 9B | 66 | 0 | 1C | 35 | F | 1C | 3B | 3E |
| Octal | 330 | 233 | 146 | 0 | 34 | 65 | 17 | 34 | 73 | 76 |
| Binary | 11011000 | 10011011 | 1100110 | 0 | 11100 | 110101 | 1111 | 11100 | 111011 | 111110 |
Color Harmonies of #D89B66
Complementary color
Monochromatic Colors of #D89B66
Black with #D89B66
Text Example
Text Example
White with #D89B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B66; }
p { color: rgb(216,155,102); }
H1.HeaderClassName
{
color: #D89B66;
}
.AnyTagClassName
{
color: #D89B66;
}
</style>
background-color css
<style>
a { background-color: #D89B66; }
a { background-color: rgb(216,155,102); }
div.DivClassName
{
background-color: #D89B66;
}
.BgClassName
{
background-color: #D89B66;
}
</style>
border-color css
<style>
span { border-color: #D89B66; }
span { border-color: rgb(216,155,102); }
td.TdClassName
{
border-color: #D89B66;
}
.TagClassName
{
border-color: #D89B66;
}
</style>