Shades of Tree Poppy #DB813B
Tints of Tree Poppy #DB813B
RGB
CMYK
RGB Variations
Color information
#DB813B (or 0xDB813B) is known color: Tree Poppy. HEX triplet: DB, 81 and 3B. RGB value is (219,129,59). Sum of RGB (Red+Green+Blue) = 219+129+59=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB813B is #247EC4. Grayscale: #949494. Windows color (decimal): -2391749 or 3899867. OLE color: 3899867.
HSL color Cylindrical-coordinate representation of color #DB813B: hue angle of 26.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB813B is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 59 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.14 |
| HSL | 26.25º | 0.69% | 0.55% | - |
| HSV(B) | 26.25º | 0.73% | 0.86% | - |
| XYZ | 37.85 | 31.08 | 8.14 | - |
| YUV | 147.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 59 | 0 | 0.41 | 0.73 | 0.14 | 26.25 | 0.69 | 0.55 |
| Hex | DB | 81 | 3B | 0 | 29 | 49 | E | 1A | 45 | 37 |
| Octal | 333 | 201 | 73 | 0 | 51 | 111 | 16 | 32 | 105 | 67 |
| Binary | 11011011 | 10000001 | 111011 | 0 | 101001 | 1001001 | 1110 | 11010 | 1000101 | 110111 |
Color Harmonies of #DB813B
Complementary color
Monochromatic Colors of #DB813B
Black with #DB813B
Text Example
Text Example
White with #DB813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB813B; }
p { color: rgb(219,129,59); }
H1.HeaderClassName
{
color: #DB813B;
}
.AnyTagClassName
{
color: #DB813B;
}
</style>
background-color css
<style>
a { background-color: #DB813B; }
a { background-color: rgb(219,129,59); }
div.DivClassName
{
background-color: #DB813B;
}
.BgClassName
{
background-color: #DB813B;
}
</style>
border-color css
<style>
span { border-color: #DB813B; }
span { border-color: rgb(219,129,59); }
td.TdClassName
{
border-color: #DB813B;
}
.TagClassName
{
border-color: #DB813B;
}
</style>