Shades of Porsche #DB9C5F
Tints of Porsche #DB9C5F
RGB
CMYK
RGB Variations
Color information
#DB9C5F (or 0xDB9C5F) is known color: Porsche. HEX triplet: DB, 9C and 5F. RGB value is (219,156,95). Sum of RGB (Red+Green+Blue) = 219+156+95=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C5F is #2463A0. Grayscale: #A8A8A8. Windows color (decimal): -2384801 or 6266075. OLE color: 6266075.
HSL color Cylindrical-coordinate representation of color #DB9C5F: hue angle of 29.52º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB9C5F is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 95 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.14 |
| HSL | 29.52º | 0.63% | 0.62% | - |
| HSV(B) | 29.52º | 0.57% | 0.86% | - |
| XYZ | 43.17 | 39.66 | 16.21 | - |
| YUV | 167.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 95 | 0 | 0.29 | 0.57 | 0.14 | 29.52 | 0.63 | 0.62 |
| Hex | DB | 9C | 5F | 0 | 1D | 39 | E | 1E | 3F | 3E |
| Octal | 333 | 234 | 137 | 0 | 35 | 71 | 16 | 36 | 77 | 76 |
| Binary | 11011011 | 10011100 | 1011111 | 0 | 11101 | 111001 | 1110 | 11110 | 111111 | 111110 |
Color Harmonies of #DB9C5F
Complementary color
Monochromatic Colors of #DB9C5F
Black with #DB9C5F
Text Example
Text Example
White with #DB9C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C5F; }
p { color: rgb(219,156,95); }
H1.HeaderClassName
{
color: #DB9C5F;
}
.AnyTagClassName
{
color: #DB9C5F;
}
</style>
background-color css
<style>
a { background-color: #DB9C5F; }
a { background-color: rgb(219,156,95); }
div.DivClassName
{
background-color: #DB9C5F;
}
.BgClassName
{
background-color: #DB9C5F;
}
</style>
border-color css
<style>
span { border-color: #DB9C5F; }
span { border-color: rgb(219,156,95); }
td.TdClassName
{
border-color: #DB9C5F;
}
.TagClassName
{
border-color: #DB9C5F;
}
</style>