Shades of Porsche #DB9956
Tints of Porsche #DB9956
RGB
CMYK
RGB Variations
Color information
#DB9956 (or 0xDB9956) is known color: Porsche. HEX triplet: DB, 99 and 56. RGB value is (219,153,86). Sum of RGB (Red+Green+Blue) = 219+153+86=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9956 is #2466A9. Grayscale: #A5A5A5. Windows color (decimal): -2385578 or 5675483. OLE color: 5675483.
HSL color Cylindrical-coordinate representation of color #DB9956: hue angle of 30.23º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB9956 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 86 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.14 |
| HSL | 30.23º | 0.65% | 0.6% | - |
| HSV(B) | 30.23º | 0.61% | 0.86% | - |
| XYZ | 42.28 | 38.51 | 14.01 | - |
| YUV | 165.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 86 | 0 | 0.30 | 0.61 | 0.14 | 30.23 | 0.65 | 0.6 |
| Hex | DB | 99 | 56 | 0 | 1E | 3D | E | 1E | 41 | 3C |
| Octal | 333 | 231 | 126 | 0 | 36 | 75 | 16 | 36 | 101 | 74 |
| Binary | 11011011 | 10011001 | 1010110 | 0 | 11110 | 111101 | 1110 | 11110 | 1000001 | 111100 |
Color Harmonies of #DB9956
Complementary color
Monochromatic Colors of #DB9956
Black with #DB9956
Text Example
Text Example
White with #DB9956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9956; }
p { color: rgb(219,153,86); }
H1.HeaderClassName
{
color: #DB9956;
}
.AnyTagClassName
{
color: #DB9956;
}
</style>
background-color css
<style>
a { background-color: #DB9956; }
a { background-color: rgb(219,153,86); }
div.DivClassName
{
background-color: #DB9956;
}
.BgClassName
{
background-color: #DB9956;
}
</style>
border-color css
<style>
span { border-color: #DB9956; }
span { border-color: rgb(219,153,86); }
td.TdClassName
{
border-color: #DB9956;
}
.TagClassName
{
border-color: #DB9956;
}
</style>