Shades of Porsche #DB985A
Tints of Porsche #DB985A
RGB
CMYK
RGB Variations
Color information
#DB985A (or 0xDB985A) is known color: Porsche. HEX triplet: DB, 98 and 5A. RGB value is (219,152,90). Sum of RGB (Red+Green+Blue) = 219+152+90=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB985A is #2467A5. Grayscale: #A5A5A5. Windows color (decimal): -2385830 or 5937371. OLE color: 5937371.
HSL color Cylindrical-coordinate representation of color #DB985A: hue angle of 28.84º 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 #DB985A is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 90 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.14 |
| HSL | 28.84º | 0.64% | 0.61% | - |
| HSV(B) | 28.84º | 0.59% | 0.86% | - |
| XYZ | 42.29 | 38.25 | 14.83 | - |
| YUV | 164.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 90 | 0 | 0.31 | 0.59 | 0.14 | 28.84 | 0.64 | 0.61 |
| Hex | DB | 98 | 5A | 0 | 1F | 3B | E | 1D | 40 | 3D |
| Octal | 333 | 230 | 132 | 0 | 37 | 73 | 16 | 35 | 100 | 75 |
| Binary | 11011011 | 10011000 | 1011010 | 0 | 11111 | 111011 | 1110 | 11101 | 1000000 | 111101 |
Color Harmonies of #DB985A
Complementary color
Monochromatic Colors of #DB985A
Black with #DB985A
Text Example
Text Example
White with #DB985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB985A; }
p { color: rgb(219,152,90); }
H1.HeaderClassName
{
color: #DB985A;
}
.AnyTagClassName
{
color: #DB985A;
}
</style>
background-color css
<style>
a { background-color: #DB985A; }
a { background-color: rgb(219,152,90); }
div.DivClassName
{
background-color: #DB985A;
}
.BgClassName
{
background-color: #DB985A;
}
</style>
border-color css
<style>
span { border-color: #DB985A; }
span { border-color: rgb(219,152,90); }
td.TdClassName
{
border-color: #DB985A;
}
.TagClassName
{
border-color: #DB985A;
}
</style>