Shades of Porsche #DB9652
Tints of Porsche #DB9652
RGB
CMYK
RGB Variations
Color information
#DB9652 (or 0xDB9652) is known color: Porsche. HEX triplet: DB, 96 and 52. RGB value is (219,150,82). Sum of RGB (Red+Green+Blue) = 219+150+82=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9652 is #2469AD. Grayscale: #A3A3A3. Windows color (decimal): -2386350 or 5412571. OLE color: 5412571.
HSL color Cylindrical-coordinate representation of color #DB9652: hue angle of 29.78º 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 #DB9652 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 82 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.14 |
| HSL | 29.78º | 0.66% | 0.59% | - |
| HSV(B) | 29.78º | 0.63% | 0.86% | - |
| XYZ | 41.64 | 37.48 | 13.02 | - |
| YUV | 162.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 82 | 0 | 0.32 | 0.63 | 0.14 | 29.78 | 0.66 | 0.59 |
| Hex | DB | 96 | 52 | 0 | 20 | 3F | E | 1E | 42 | 3B |
| Octal | 333 | 226 | 122 | 0 | 40 | 77 | 16 | 36 | 102 | 73 |
| Binary | 11011011 | 10010110 | 1010010 | 0 | 100000 | 111111 | 1110 | 11110 | 1000010 | 111011 |
Color Harmonies of #DB9652
Complementary color
Monochromatic Colors of #DB9652
Black with #DB9652
Text Example
Text Example
White with #DB9652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9652; }
p { color: rgb(219,150,82); }
H1.HeaderClassName
{
color: #DB9652;
}
.AnyTagClassName
{
color: #DB9652;
}
</style>
background-color css
<style>
a { background-color: #DB9652; }
a { background-color: rgb(219,150,82); }
div.DivClassName
{
background-color: #DB9652;
}
.BgClassName
{
background-color: #DB9652;
}
</style>
border-color css
<style>
span { border-color: #DB9652; }
span { border-color: rgb(219,150,82); }
td.TdClassName
{
border-color: #DB9652;
}
.TagClassName
{
border-color: #DB9652;
}
</style>