Shades of Porsche #D89D62
Tints of Porsche #D89D62
RGB
CMYK
RGB Variations
Color information
#D89D62 (or 0xD89D62) is known color: Porsche. HEX triplet: D8, 9D and 62. RGB value is (216,157,98). Sum of RGB (Red+Green+Blue) = 216+157+98=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D62 is #27629D. Grayscale: #A8A8A8. Windows color (decimal): -2581150 or 6462936. OLE color: 6462936.
HSL color Cylindrical-coordinate representation of color #D89D62: hue angle of 30º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D89D62 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 98 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.15 |
| HSL | 30º | 0.6% | 0.62% | - |
| HSV(B) | 30º | 0.55% | 0.85% | - |
| XYZ | 42.58 | 39.59 | 16.95 | - |
| YUV | 167.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 98 | 0 | 0.27 | 0.55 | 0.15 | 30 | 0.6 | 0.62 |
| Hex | D8 | 9D | 62 | 0 | 1B | 37 | F | 1E | 3C | 3E |
| Octal | 330 | 235 | 142 | 0 | 33 | 67 | 17 | 36 | 74 | 76 |
| Binary | 11011000 | 10011101 | 1100010 | 0 | 11011 | 110111 | 1111 | 11110 | 111100 | 111110 |
Color Harmonies of #D89D62
Complementary color
Monochromatic Colors of #D89D62
Black with #D89D62
Text Example
Text Example
White with #D89D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D62; }
p { color: rgb(216,157,98); }
H1.HeaderClassName
{
color: #D89D62;
}
.AnyTagClassName
{
color: #D89D62;
}
</style>
background-color css
<style>
a { background-color: #D89D62; }
a { background-color: rgb(216,157,98); }
div.DivClassName
{
background-color: #D89D62;
}
.BgClassName
{
background-color: #D89D62;
}
</style>
border-color css
<style>
span { border-color: #D89D62; }
span { border-color: rgb(216,157,98); }
td.TdClassName
{
border-color: #D89D62;
}
.TagClassName
{
border-color: #D89D62;
}
</style>