Shades of Tree Poppy #DB823C
Tints of Tree Poppy #DB823C
RGB
CMYK
RGB Variations
Color information
#DB823C (or 0xDB823C) is known color: Tree Poppy. HEX triplet: DB, 82 and 3C. RGB value is (219,130,60). Sum of RGB (Red+Green+Blue) = 219+130+60=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB823C is #247DC3. Grayscale: #959595. Windows color (decimal): -2391492 or 3965659. OLE color: 3965659.
HSL color Cylindrical-coordinate representation of color #DB823C: hue angle of 26.42º 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 #DB823C is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 60 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.14 |
| HSL | 26.42º | 0.69% | 0.55% | - |
| HSV(B) | 26.42º | 0.73% | 0.86% | - |
| XYZ | 38.01 | 31.35 | 8.32 | - |
| YUV | 148.63 | 77.99 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 60 | 0 | 0.41 | 0.73 | 0.14 | 26.42 | 0.69 | 0.55 |
| Hex | DB | 82 | 3C | 0 | 29 | 49 | E | 1A | 45 | 37 |
| Octal | 333 | 202 | 74 | 0 | 51 | 111 | 16 | 32 | 105 | 67 |
| Binary | 11011011 | 10000010 | 111100 | 0 | 101001 | 1001001 | 1110 | 11010 | 1000101 | 110111 |
Color Harmonies of #DB823C
Complementary color
Monochromatic Colors of #DB823C
Black with #DB823C
Text Example
Text Example
White with #DB823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB823C; }
p { color: rgb(219,130,60); }
H1.HeaderClassName
{
color: #DB823C;
}
.AnyTagClassName
{
color: #DB823C;
}
</style>
background-color css
<style>
a { background-color: #DB823C; }
a { background-color: rgb(219,130,60); }
div.DivClassName
{
background-color: #DB823C;
}
.BgClassName
{
background-color: #DB823C;
}
</style>
border-color css
<style>
span { border-color: #DB823C; }
span { border-color: rgb(219,130,60); }
td.TdClassName
{
border-color: #DB823C;
}
.TagClassName
{
border-color: #DB823C;
}
</style>