Shades of Porsche #D89F52
Tints of Porsche #D89F52
RGB
CMYK
RGB Variations
Color information
#D89F52 (or 0xD89F52) is known color: Porsche. HEX triplet: D8, 9F and 52. RGB value is (216,159,82). Sum of RGB (Red+Green+Blue) = 216+159+82=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89F52 is #2760AD. Grayscale: #A7A7A7. Windows color (decimal): -2580654 or 5414872. OLE color: 5414872.
HSL color Cylindrical-coordinate representation of color #D89F52: hue angle of 34.48º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D89F52 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 82 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.15 |
| HSL | 34.48º | 0.63% | 0.58% | - |
| HSV(B) | 34.48º | 0.62% | 0.85% | - |
| XYZ | 42.24 | 40 | 13.48 | - |
| YUV | 167.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 82 | 0 | 0.26 | 0.62 | 0.15 | 34.48 | 0.63 | 0.58 |
| Hex | D8 | 9F | 52 | 0 | 1A | 3E | F | 22 | 3F | 3A |
| Octal | 330 | 237 | 122 | 0 | 32 | 76 | 17 | 42 | 77 | 72 |
| Binary | 11011000 | 10011111 | 1010010 | 0 | 11010 | 111110 | 1111 | 100010 | 111111 | 111010 |
Color Harmonies of #D89F52
Complementary color
Monochromatic Colors of #D89F52
Black with #D89F52
Text Example
Text Example
White with #D89F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F52; }
p { color: rgb(216,159,82); }
H1.HeaderClassName
{
color: #D89F52;
}
.AnyTagClassName
{
color: #D89F52;
}
</style>
background-color css
<style>
a { background-color: #D89F52; }
a { background-color: rgb(216,159,82); }
div.DivClassName
{
background-color: #D89F52;
}
.BgClassName
{
background-color: #D89F52;
}
</style>
border-color css
<style>
span { border-color: #D89F52; }
span { border-color: rgb(216,159,82); }
td.TdClassName
{
border-color: #D89F52;
}
.TagClassName
{
border-color: #D89F52;
}
</style>