Shades of Porsche #DB9C55
Tints of Porsche #DB9C55
RGB
CMYK
RGB Variations
Color information
#DB9C55 (or 0xDB9C55) is known color: Porsche. HEX triplet: DB, 9C and 55. RGB value is (219,156,85). Sum of RGB (Red+Green+Blue) = 219+156+85=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C55 is #2463AA. Grayscale: #A7A7A7. Windows color (decimal): -2384811 or 5610715. OLE color: 5610715.
HSL color Cylindrical-coordinate representation of color #DB9C55: hue angle of 31.79º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB9C55 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 85 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.14 |
| HSL | 31.79º | 0.65% | 0.6% | - |
| HSV(B) | 31.79º | 0.61% | 0.86% | - |
| XYZ | 42.74 | 39.49 | 13.96 | - |
| YUV | 166.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 85 | 0 | 0.29 | 0.61 | 0.14 | 31.79 | 0.65 | 0.6 |
| Hex | DB | 9C | 55 | 0 | 1D | 3D | E | 20 | 41 | 3C |
| Octal | 333 | 234 | 125 | 0 | 35 | 75 | 16 | 40 | 101 | 74 |
| Binary | 11011011 | 10011100 | 1010101 | 0 | 11101 | 111101 | 1110 | 100000 | 1000001 | 111100 |
Color Harmonies of #DB9C55
Complementary color
Monochromatic Colors of #DB9C55
Black with #DB9C55
Text Example
Text Example
White with #DB9C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C55; }
p { color: rgb(219,156,85); }
H1.HeaderClassName
{
color: #DB9C55;
}
.AnyTagClassName
{
color: #DB9C55;
}
</style>
background-color css
<style>
a { background-color: #DB9C55; }
a { background-color: rgb(219,156,85); }
div.DivClassName
{
background-color: #DB9C55;
}
.BgClassName
{
background-color: #DB9C55;
}
</style>
border-color css
<style>
span { border-color: #DB9C55; }
span { border-color: rgb(219,156,85); }
td.TdClassName
{
border-color: #DB9C55;
}
.TagClassName
{
border-color: #DB9C55;
}
</style>