Shades of Porsche #DB9F5A
Tints of Porsche #DB9F5A
RGB
CMYK
RGB Variations
Color information
#DB9F5A (or 0xDB9F5A) is known color: Porsche. HEX triplet: DB, 9F and 5A. RGB value is (219,159,90). Sum of RGB (Red+Green+Blue) = 219+159+90=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F5A is #2460A5. Grayscale: #A9A9A9. Windows color (decimal): -2384038 or 5939163. OLE color: 5939163.
HSL color Cylindrical-coordinate representation of color #DB9F5A: hue angle of 32.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB9F5A is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 90 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.14 |
| HSL | 32.09º | 0.64% | 0.61% | - |
| HSV(B) | 32.09º | 0.59% | 0.86% | - |
| XYZ | 43.46 | 40.59 | 15.22 | - |
| YUV | 169.07 | 83.38 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 90 | 0 | 0.27 | 0.59 | 0.14 | 32.09 | 0.64 | 0.61 |
| Hex | DB | 9F | 5A | 0 | 1B | 3B | E | 20 | 40 | 3D |
| Octal | 333 | 237 | 132 | 0 | 33 | 73 | 16 | 40 | 100 | 75 |
| Binary | 11011011 | 10011111 | 1011010 | 0 | 11011 | 111011 | 1110 | 100000 | 1000000 | 111101 |
Color Harmonies of #DB9F5A
Complementary color
Monochromatic Colors of #DB9F5A
Black with #DB9F5A
Text Example
Text Example
White with #DB9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F5A; }
p { color: rgb(219,159,90); }
H1.HeaderClassName
{
color: #DB9F5A;
}
.AnyTagClassName
{
color: #DB9F5A;
}
</style>
background-color css
<style>
a { background-color: #DB9F5A; }
a { background-color: rgb(219,159,90); }
div.DivClassName
{
background-color: #DB9F5A;
}
.BgClassName
{
background-color: #DB9F5A;
}
</style>
border-color css
<style>
span { border-color: #DB9F5A; }
span { border-color: rgb(219,159,90); }
td.TdClassName
{
border-color: #DB9F5A;
}
.TagClassName
{
border-color: #DB9F5A;
}
</style>