Shades of Porsche #D89852
Tints of Porsche #D89852
RGB
CMYK
RGB Variations
Color information
#D89852 (or 0xD89852) is known color: Porsche. HEX triplet: D8, 98 and 52. RGB value is (216,152,82). Sum of RGB (Red+Green+Blue) = 216+152+82=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D89852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89852 is #2767AD. Grayscale: #A3A3A3. Windows color (decimal): -2582446 or 5413080. OLE color: 5413080.
HSL color Cylindrical-coordinate representation of color #D89852: hue angle of 31.34º 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 #D89852 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 82 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.15 |
| HSL | 31.34º | 0.63% | 0.58% | - |
| HSV(B) | 31.34º | 0.62% | 0.85% | - |
| XYZ | 41.07 | 37.66 | 13.09 | - |
| YUV | 163.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 82 | 0 | 0.30 | 0.62 | 0.15 | 31.34 | 0.63 | 0.58 |
| Hex | D8 | 98 | 52 | 0 | 1E | 3E | F | 1F | 3F | 3A |
| Octal | 330 | 230 | 122 | 0 | 36 | 76 | 17 | 37 | 77 | 72 |
| Binary | 11011000 | 10011000 | 1010010 | 0 | 11110 | 111110 | 1111 | 11111 | 111111 | 111010 |
Color Harmonies of #D89852
Complementary color
Monochromatic Colors of #D89852
Black with #D89852
Text Example
Text Example
White with #D89852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89852; }
p { color: rgb(216,152,82); }
H1.HeaderClassName
{
color: #D89852;
}
.AnyTagClassName
{
color: #D89852;
}
</style>
background-color css
<style>
a { background-color: #D89852; }
a { background-color: rgb(216,152,82); }
div.DivClassName
{
background-color: #D89852;
}
.BgClassName
{
background-color: #D89852;
}
</style>
border-color css
<style>
span { border-color: #D89852; }
span { border-color: rgb(216,152,82); }
td.TdClassName
{
border-color: #D89852;
}
.TagClassName
{
border-color: #D89852;
}
</style>