Shades of Porsche #DB9552
Tints of Porsche #DB9552
RGB
CMYK
RGB Variations
Color information
#DB9552 (or 0xDB9552) is known color: Porsche. HEX triplet: DB, 95 and 52. RGB value is (219,149,82). Sum of RGB (Red+Green+Blue) = 219+149+82=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9552 is #246AAD. Grayscale: #A2A2A2. Windows color (decimal): -2386606 or 5412315. OLE color: 5412315.
HSL color Cylindrical-coordinate representation of color #DB9552: hue angle of 29.34º 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 #DB9552 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 82 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.14 |
| HSL | 29.34º | 0.66% | 0.59% | - |
| HSV(B) | 29.34º | 0.63% | 0.86% | - |
| XYZ | 41.48 | 37.16 | 12.97 | - |
| YUV | 162.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 82 | 0 | 0.32 | 0.63 | 0.14 | 29.34 | 0.66 | 0.59 |
| Hex | DB | 95 | 52 | 0 | 20 | 3F | E | 1D | 42 | 3B |
| Octal | 333 | 225 | 122 | 0 | 40 | 77 | 16 | 35 | 102 | 73 |
| Binary | 11011011 | 10010101 | 1010010 | 0 | 100000 | 111111 | 1110 | 11101 | 1000010 | 111011 |
Color Harmonies of #DB9552
Complementary color
Monochromatic Colors of #DB9552
Black with #DB9552
Text Example
Text Example
White with #DB9552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9552; }
p { color: rgb(219,149,82); }
H1.HeaderClassName
{
color: #DB9552;
}
.AnyTagClassName
{
color: #DB9552;
}
</style>
background-color css
<style>
a { background-color: #DB9552; }
a { background-color: rgb(219,149,82); }
div.DivClassName
{
background-color: #DB9552;
}
.BgClassName
{
background-color: #DB9552;
}
</style>
border-color css
<style>
span { border-color: #DB9552; }
span { border-color: rgb(219,149,82); }
td.TdClassName
{
border-color: #DB9552;
}
.TagClassName
{
border-color: #DB9552;
}
</style>