Shades of Tree Poppy #DB823D
Tints of Tree Poppy #DB823D
RGB
CMYK
RGB Variations
Color information
#DB823D (or 0xDB823D) is known color: Tree Poppy. HEX triplet: DB, 82 and 3D. RGB value is (219,130,61). Sum of RGB (Red+Green+Blue) = 219+130+61=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB823D is #247DC2. Grayscale: #959595. Windows color (decimal): -2391491 or 4031195. OLE color: 4031195.
HSL color Cylindrical-coordinate representation of color #DB823D: hue angle of 26.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB823D is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 61 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.14 |
| HSL | 26.2º | 0.69% | 0.55% | - |
| HSV(B) | 26.2º | 0.72% | 0.86% | - |
| XYZ | 38.04 | 31.36 | 8.46 | - |
| YUV | 148.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 61 | 0 | 0.41 | 0.72 | 0.14 | 26.2 | 0.69 | 0.55 |
| Hex | DB | 82 | 3D | 0 | 29 | 48 | E | 1A | 45 | 37 |
| Octal | 333 | 202 | 75 | 0 | 51 | 110 | 16 | 32 | 105 | 67 |
| Binary | 11011011 | 10000010 | 111101 | 0 | 101001 | 1001000 | 1110 | 11010 | 1000101 | 110111 |
Color Harmonies of #DB823D
Complementary color
Monochromatic Colors of #DB823D
Black with #DB823D
Text Example
Text Example
White with #DB823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB823D; }
p { color: rgb(219,130,61); }
H1.HeaderClassName
{
color: #DB823D;
}
.AnyTagClassName
{
color: #DB823D;
}
</style>
background-color css
<style>
a { background-color: #DB823D; }
a { background-color: rgb(219,130,61); }
div.DivClassName
{
background-color: #DB823D;
}
.BgClassName
{
background-color: #DB823D;
}
</style>
border-color css
<style>
span { border-color: #DB823D; }
span { border-color: rgb(219,130,61); }
td.TdClassName
{
border-color: #DB823D;
}
.TagClassName
{
border-color: #DB823D;
}
</style>