Shades of Porsche #DB9B58
Tints of Porsche #DB9B58
RGB
CMYK
RGB Variations
Color information
#DB9B58 (or 0xDB9B58) is known color: Porsche. HEX triplet: DB, 9B and 58. RGB value is (219,155,88). Sum of RGB (Red+Green+Blue) = 219+155+88=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B58 is #2464A7. Grayscale: #A6A6A6. Windows color (decimal): -2385064 or 5807067. OLE color: 5807067.
HSL color Cylindrical-coordinate representation of color #DB9B58: hue angle of 30.69º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB9B58 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 88 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.14 |
| HSL | 30.69º | 0.65% | 0.6% | - |
| HSV(B) | 30.69º | 0.6% | 0.86% | - |
| XYZ | 42.7 | 39.21 | 14.55 | - |
| YUV | 166.5 | 83.7 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 88 | 0 | 0.29 | 0.60 | 0.14 | 30.69 | 0.65 | 0.6 |
| Hex | DB | 9B | 58 | 0 | 1D | 3C | E | 1F | 41 | 3C |
| Octal | 333 | 233 | 130 | 0 | 35 | 74 | 16 | 37 | 101 | 74 |
| Binary | 11011011 | 10011011 | 1011000 | 0 | 11101 | 111100 | 1110 | 11111 | 1000001 | 111100 |
Color Harmonies of #DB9B58
Complementary color
Monochromatic Colors of #DB9B58
Black with #DB9B58
Text Example
Text Example
White with #DB9B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B58; }
p { color: rgb(219,155,88); }
H1.HeaderClassName
{
color: #DB9B58;
}
.AnyTagClassName
{
color: #DB9B58;
}
</style>
background-color css
<style>
a { background-color: #DB9B58; }
a { background-color: rgb(219,155,88); }
div.DivClassName
{
background-color: #DB9B58;
}
.BgClassName
{
background-color: #DB9B58;
}
</style>
border-color css
<style>
span { border-color: #DB9B58; }
span { border-color: rgb(219,155,88); }
td.TdClassName
{
border-color: #DB9B58;
}
.TagClassName
{
border-color: #DB9B58;
}
</style>