Shades of Porsche #DB9960
Tints of Porsche #DB9960
RGB
CMYK
RGB Variations
Color information
#DB9960 (or 0xDB9960) is known color: Porsche. HEX triplet: DB, 99 and 60. RGB value is (219,153,96). Sum of RGB (Red+Green+Blue) = 219+153+96=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9960 is #24669F. Grayscale: #A6A6A6. Windows color (decimal): -2385568 or 6330843. OLE color: 6330843.
HSL color Cylindrical-coordinate representation of color #DB9960: hue angle of 27.8º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB9960 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 96 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.14 |
| HSL | 27.8º | 0.63% | 0.62% | - |
| HSV(B) | 27.8º | 0.56% | 0.86% | - |
| XYZ | 42.72 | 38.69 | 16.28 | - |
| YUV | 166.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 96 | 0 | 0.30 | 0.56 | 0.14 | 27.8 | 0.63 | 0.62 |
| Hex | DB | 99 | 60 | 0 | 1E | 38 | E | 1C | 3F | 3E |
| Octal | 333 | 231 | 140 | 0 | 36 | 70 | 16 | 34 | 77 | 76 |
| Binary | 11011011 | 10011001 | 1100000 | 0 | 11110 | 111000 | 1110 | 11100 | 111111 | 111110 |
Color Harmonies of #DB9960
Complementary color
Monochromatic Colors of #DB9960
Black with #DB9960
Text Example
Text Example
White with #DB9960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9960; }
p { color: rgb(219,153,96); }
H1.HeaderClassName
{
color: #DB9960;
}
.AnyTagClassName
{
color: #DB9960;
}
</style>
background-color css
<style>
a { background-color: #DB9960; }
a { background-color: rgb(219,153,96); }
div.DivClassName
{
background-color: #DB9960;
}
.BgClassName
{
background-color: #DB9960;
}
</style>
border-color css
<style>
span { border-color: #DB9960; }
span { border-color: rgb(219,153,96); }
td.TdClassName
{
border-color: #DB9960;
}
.TagClassName
{
border-color: #DB9960;
}
</style>