Shades of Porsche #DB9C5E
Tints of Porsche #DB9C5E
RGB
CMYK
RGB Variations
Color information
#DB9C5E (or 0xDB9C5E) is known color: Porsche. HEX triplet: DB, 9C and 5E. RGB value is (219,156,94). Sum of RGB (Red+Green+Blue) = 219+156+94=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C5E is #2463A1. Grayscale: #A8A8A8. Windows color (decimal): -2384802 or 6200539. OLE color: 6200539.
HSL color Cylindrical-coordinate representation of color #DB9C5E: hue angle of 29.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB9C5E is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 156 | 94 | - |
CMYK | 0 | 0.29 | 0.57 | 0.14 |
HSL | 29.76º | 0.63% | 0.61% | - |
HSV(B) | 29.76º | 0.57% | 0.86% | - |
XYZ | 43.12 | 39.65 | 15.97 | - |
YUV | 167.77 | 86.37 | 164.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 156 | 94 | 0 | 0.29 | 0.57 | 0.14 | 29.76 | 0.63 | 0.61 |
Hex | DB | 9C | 5E | 0 | 1D | 39 | E | 1E | 3F | 3D |
Octal | 333 | 234 | 136 | 0 | 35 | 71 | 16 | 36 | 77 | 75 |
Binary | 11011011 | 10011100 | 1011110 | 0 | 11101 | 111001 | 1110 | 11110 | 111111 | 111101 |
Color Harmonies of #DB9C5E
Complementary color
Monochromatic Colors of #DB9C5E
Black with #DB9C5E
Text Example
Text Example
White with #DB9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C5E; }
p { color: rgb(219,156,94); }
H1.HeaderClassName
{
color: #DB9C5E;
}
.AnyTagClassName
{
color: #DB9C5E;
}
</style>
background-color css
<style>
a { background-color: #DB9C5E; }
a { background-color: rgb(219,156,94); }
div.DivClassName
{
background-color: #DB9C5E;
}
.BgClassName
{
background-color: #DB9C5E;
}
</style>
border-color css
<style>
span { border-color: #DB9C5E; }
span { border-color: rgb(219,156,94); }
td.TdClassName
{
border-color: #DB9C5E;
}
.TagClassName
{
border-color: #DB9C5E;
}
</style>