Shades of Porsche #D89B53
Tints of Porsche #D89B53
RGB
CMYK
RGB Variations
Color information
#D89B53 (or 0xD89B53) is known color: Porsche. HEX triplet: D8, 9B and 53. RGB value is (216,155,83). Sum of RGB (Red+Green+Blue) = 216+155+83=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B53 is #2764AC. Grayscale: #A5A5A5. Windows color (decimal): -2581677 or 5479384. OLE color: 5479384.
HSL color Cylindrical-coordinate representation of color #D89B53: hue angle of 32.48º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D89B53 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 83 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.15 |
| HSL | 32.48º | 0.63% | 0.59% | - |
| HSV(B) | 32.48º | 0.62% | 0.85% | - |
| XYZ | 41.6 | 38.67 | 13.45 | - |
| YUV | 165.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 83 | 0 | 0.28 | 0.62 | 0.15 | 32.48 | 0.63 | 0.59 |
| Hex | D8 | 9B | 53 | 0 | 1C | 3E | F | 20 | 3F | 3B |
| Octal | 330 | 233 | 123 | 0 | 34 | 76 | 17 | 40 | 77 | 73 |
| Binary | 11011000 | 10011011 | 1010011 | 0 | 11100 | 111110 | 1111 | 100000 | 111111 | 111011 |
Color Harmonies of #D89B53
Complementary color
Monochromatic Colors of #D89B53
Black with #D89B53
Text Example
Text Example
White with #D89B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B53; }
p { color: rgb(216,155,83); }
H1.HeaderClassName
{
color: #D89B53;
}
.AnyTagClassName
{
color: #D89B53;
}
</style>
background-color css
<style>
a { background-color: #D89B53; }
a { background-color: rgb(216,155,83); }
div.DivClassName
{
background-color: #D89B53;
}
.BgClassName
{
background-color: #D89B53;
}
</style>
border-color css
<style>
span { border-color: #D89B53; }
span { border-color: rgb(216,155,83); }
td.TdClassName
{
border-color: #D89B53;
}
.TagClassName
{
border-color: #D89B53;
}
</style>