Shades of Porsche #DB9D60
Tints of Porsche #DB9D60
RGB
CMYK
RGB Variations
Color information
#DB9D60 (or 0xDB9D60) is known color: Porsche. HEX triplet: DB, 9D and 60. RGB value is (219,157,96). Sum of RGB (Red+Green+Blue) = 219+157+96=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D60 is #24629F. Grayscale: #A8A8A8. Windows color (decimal): -2384544 or 6331867. OLE color: 6331867.
HSL color Cylindrical-coordinate representation of color #DB9D60: hue angle of 29.76º 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 #DB9D60 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 96 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.14 |
| HSL | 29.76º | 0.63% | 0.62% | - |
| HSV(B) | 29.76º | 0.56% | 0.86% | - |
| XYZ | 43.38 | 40.02 | 16.5 | - |
| YUV | 168.58 | 87.04 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 96 | 0 | 0.28 | 0.56 | 0.14 | 29.76 | 0.63 | 0.62 |
| Hex | DB | 9D | 60 | 0 | 1C | 38 | E | 1E | 3F | 3E |
| Octal | 333 | 235 | 140 | 0 | 34 | 70 | 16 | 36 | 77 | 76 |
| Binary | 11011011 | 10011101 | 1100000 | 0 | 11100 | 111000 | 1110 | 11110 | 111111 | 111110 |
Color Harmonies of #DB9D60
Complementary color
Monochromatic Colors of #DB9D60
Black with #DB9D60
Text Example
Text Example
White with #DB9D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D60; }
p { color: rgb(219,157,96); }
H1.HeaderClassName
{
color: #DB9D60;
}
.AnyTagClassName
{
color: #DB9D60;
}
</style>
background-color css
<style>
a { background-color: #DB9D60; }
a { background-color: rgb(219,157,96); }
div.DivClassName
{
background-color: #DB9D60;
}
.BgClassName
{
background-color: #DB9D60;
}
</style>
border-color css
<style>
span { border-color: #DB9D60; }
span { border-color: rgb(219,157,96); }
td.TdClassName
{
border-color: #DB9D60;
}
.TagClassName
{
border-color: #DB9D60;
}
</style>