Shades of Tree Poppy #DC813B
Tints of Tree Poppy #DC813B
RGB
CMYK
RGB Variations
Color information
#DC813B (or 0xDC813B) is known color: Tree Poppy. HEX triplet: DC, 81 and 3B. RGB value is (220,129,59). Sum of RGB (Red+Green+Blue) = 220+129+59=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC813B is #237EC4. Grayscale: #949494. Windows color (decimal): -2326213 or 3899868. OLE color: 3899868.
HSL color Cylindrical-coordinate representation of color #DC813B: hue angle of 26.09º degrees, saturation: 0.7, 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 #DC813B is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 59 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.14 |
| HSL | 26.09º | 0.7% | 0.55% | - |
| HSV(B) | 26.09º | 0.73% | 0.86% | - |
| XYZ | 38.15 | 31.23 | 8.16 | - |
| YUV | 148.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 59 | 0 | 0.41 | 0.73 | 0.14 | 26.09 | 0.7 | 0.55 |
| Hex | DC | 81 | 3B | 0 | 29 | 49 | E | 1A | 46 | 37 |
| Octal | 334 | 201 | 73 | 0 | 51 | 111 | 16 | 32 | 106 | 67 |
| Binary | 11011100 | 10000001 | 111011 | 0 | 101001 | 1001001 | 1110 | 11010 | 1000110 | 110111 |
Color Harmonies of #DC813B
Complementary color
Monochromatic Colors of #DC813B
Black with #DC813B
Text Example
Text Example
White with #DC813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC813B; }
p { color: rgb(220,129,59); }
H1.HeaderClassName
{
color: #DC813B;
}
.AnyTagClassName
{
color: #DC813B;
}
</style>
background-color css
<style>
a { background-color: #DC813B; }
a { background-color: rgb(220,129,59); }
div.DivClassName
{
background-color: #DC813B;
}
.BgClassName
{
background-color: #DC813B;
}
</style>
border-color css
<style>
span { border-color: #DC813B; }
span { border-color: rgb(220,129,59); }
td.TdClassName
{
border-color: #DC813B;
}
.TagClassName
{
border-color: #DC813B;
}
</style>