Shades of Porsche #DB9C57
Tints of Porsche #DB9C57
RGB
CMYK
RGB Variations
Color information
#DB9C57 (or 0xDB9C57) is known color: Porsche. HEX triplet: DB, 9C and 57. RGB value is (219,156,87). Sum of RGB (Red+Green+Blue) = 219+156+87=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C57 is #2463A8. Grayscale: #A7A7A7. Windows color (decimal): -2384809 or 5741787. OLE color: 5741787.
HSL color Cylindrical-coordinate representation of color #DB9C57: hue angle of 31.36º 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 #DB9C57 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 87 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.14 |
| HSL | 31.36º | 0.65% | 0.6% | - |
| HSV(B) | 31.36º | 0.6% | 0.86% | - |
| XYZ | 42.82 | 39.53 | 14.39 | - |
| YUV | 166.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 87 | 0 | 0.29 | 0.60 | 0.14 | 31.36 | 0.65 | 0.6 |
| Hex | DB | 9C | 57 | 0 | 1D | 3C | E | 1F | 41 | 3C |
| Octal | 333 | 234 | 127 | 0 | 35 | 74 | 16 | 37 | 101 | 74 |
| Binary | 11011011 | 10011100 | 1010111 | 0 | 11101 | 111100 | 1110 | 11111 | 1000001 | 111100 |
Color Harmonies of #DB9C57
Complementary color
Monochromatic Colors of #DB9C57
Black with #DB9C57
Text Example
Text Example
White with #DB9C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C57; }
p { color: rgb(219,156,87); }
H1.HeaderClassName
{
color: #DB9C57;
}
.AnyTagClassName
{
color: #DB9C57;
}
</style>
background-color css
<style>
a { background-color: #DB9C57; }
a { background-color: rgb(219,156,87); }
div.DivClassName
{
background-color: #DB9C57;
}
.BgClassName
{
background-color: #DB9C57;
}
</style>
border-color css
<style>
span { border-color: #DB9C57; }
span { border-color: rgb(219,156,87); }
td.TdClassName
{
border-color: #DB9C57;
}
.TagClassName
{
border-color: #DB9C57;
}
</style>