Shades of Porsche #DB9852
Tints of Porsche #DB9852
RGB
CMYK
RGB Variations
Color information
#DB9852 (or 0xDB9852) is known color: Porsche. HEX triplet: DB, 98 and 52. RGB value is (219,152,82). Sum of RGB (Red+Green+Blue) = 219+152+82=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9852 is #2467AD. Grayscale: #A4A4A4. Windows color (decimal): -2385838 or 5413083. OLE color: 5413083.
HSL color Cylindrical-coordinate representation of color #DB9852: hue angle of 30.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB9852 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 82 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.14 |
| HSL | 30.66º | 0.66% | 0.59% | - |
| HSV(B) | 30.66º | 0.63% | 0.86% | - |
| XYZ | 41.96 | 38.13 | 13.13 | - |
| YUV | 164.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 82 | 0 | 0.31 | 0.63 | 0.14 | 30.66 | 0.66 | 0.59 |
| Hex | DB | 98 | 52 | 0 | 1F | 3F | E | 1F | 42 | 3B |
| Octal | 333 | 230 | 122 | 0 | 37 | 77 | 16 | 37 | 102 | 73 |
| Binary | 11011011 | 10011000 | 1010010 | 0 | 11111 | 111111 | 1110 | 11111 | 1000010 | 111011 |
Color Harmonies of #DB9852
Complementary color
Monochromatic Colors of #DB9852
Black with #DB9852
Text Example
Text Example
White with #DB9852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9852; }
p { color: rgb(219,152,82); }
H1.HeaderClassName
{
color: #DB9852;
}
.AnyTagClassName
{
color: #DB9852;
}
</style>
background-color css
<style>
a { background-color: #DB9852; }
a { background-color: rgb(219,152,82); }
div.DivClassName
{
background-color: #DB9852;
}
.BgClassName
{
background-color: #DB9852;
}
</style>
border-color css
<style>
span { border-color: #DB9852; }
span { border-color: rgb(219,152,82); }
td.TdClassName
{
border-color: #DB9852;
}
.TagClassName
{
border-color: #DB9852;
}
</style>