Shades of Porsche #D89F64
Tints of Porsche #D89F64
RGB
CMYK
RGB Variations
Color information
#D89F64 (or 0xD89F64) is known color: Porsche. HEX triplet: D8, 9F and 64. RGB value is (216,159,100). Sum of RGB (Red+Green+Blue) = 216+159+100=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89F64 is #27609B. Grayscale: #A9A9A9. Windows color (decimal): -2580636 or 6594520. OLE color: 6594520.
HSL color Cylindrical-coordinate representation of color #D89F64: hue angle of 30.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D89F64 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 100 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.15 |
| HSL | 30.52º | 0.6% | 0.62% | - |
| HSV(B) | 30.52º | 0.54% | 0.85% | - |
| XYZ | 43.02 | 40.32 | 17.57 | - |
| YUV | 169.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 100 | 0 | 0.26 | 0.54 | 0.15 | 30.52 | 0.6 | 0.62 |
| Hex | D8 | 9F | 64 | 0 | 1A | 36 | F | 1F | 3C | 3E |
| Octal | 330 | 237 | 144 | 0 | 32 | 66 | 17 | 37 | 74 | 76 |
| Binary | 11011000 | 10011111 | 1100100 | 0 | 11010 | 110110 | 1111 | 11111 | 111100 | 111110 |
Color Harmonies of #D89F64
Complementary color
Monochromatic Colors of #D89F64
Black with #D89F64
Text Example
Text Example
White with #D89F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F64; }
p { color: rgb(216,159,100); }
H1.HeaderClassName
{
color: #D89F64;
}
.AnyTagClassName
{
color: #D89F64;
}
</style>
background-color css
<style>
a { background-color: #D89F64; }
a { background-color: rgb(216,159,100); }
div.DivClassName
{
background-color: #D89F64;
}
.BgClassName
{
background-color: #D89F64;
}
</style>
border-color css
<style>
span { border-color: #D89F64; }
span { border-color: rgb(216,159,100); }
td.TdClassName
{
border-color: #D89F64;
}
.TagClassName
{
border-color: #D89F64;
}
</style>