Shades of Porsche #DB9A60
Tints of Porsche #DB9A60
RGB
CMYK
RGB Variations
Color information
#DB9A60 (or 0xDB9A60) is known color: Porsche. HEX triplet: DB, 9A and 60. RGB value is (219,154,96). Sum of RGB (Red+Green+Blue) = 219+154+96=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A60 is #24659F. Grayscale: #A7A7A7. Windows color (decimal): -2385312 or 6331099. OLE color: 6331099.
HSL color Cylindrical-coordinate representation of color #DB9A60: hue angle of 28.29º 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 #DB9A60 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 96 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.14 |
| HSL | 28.29º | 0.63% | 0.62% | - |
| HSV(B) | 28.29º | 0.56% | 0.86% | - |
| XYZ | 42.88 | 39.02 | 16.34 | - |
| YUV | 166.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 96 | 0 | 0.30 | 0.56 | 0.14 | 28.29 | 0.63 | 0.62 |
| Hex | DB | 9A | 60 | 0 | 1E | 38 | E | 1C | 3F | 3E |
| Octal | 333 | 232 | 140 | 0 | 36 | 70 | 16 | 34 | 77 | 76 |
| Binary | 11011011 | 10011010 | 1100000 | 0 | 11110 | 111000 | 1110 | 11100 | 111111 | 111110 |
Color Harmonies of #DB9A60
Complementary color
Monochromatic Colors of #DB9A60
Black with #DB9A60
Text Example
Text Example
White with #DB9A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A60; }
p { color: rgb(219,154,96); }
H1.HeaderClassName
{
color: #DB9A60;
}
.AnyTagClassName
{
color: #DB9A60;
}
</style>
background-color css
<style>
a { background-color: #DB9A60; }
a { background-color: rgb(219,154,96); }
div.DivClassName
{
background-color: #DB9A60;
}
.BgClassName
{
background-color: #DB9A60;
}
</style>
border-color css
<style>
span { border-color: #DB9A60; }
span { border-color: rgb(219,154,96); }
td.TdClassName
{
border-color: #DB9A60;
}
.TagClassName
{
border-color: #DB9A60;
}
</style>