Shades of Tree Poppy #DC833A
Tints of Tree Poppy #DC833A
RGB
CMYK
RGB Variations
Color information
#DC833A (or 0xDC833A) is known color: Tree Poppy. HEX triplet: DC, 83 and 3A. RGB value is (220,131,58). Sum of RGB (Red+Green+Blue) = 220+131+58=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC833A is #237CC5. Grayscale: #959595. Windows color (decimal): -2325702 or 3834844. OLE color: 3834844.
HSL color Cylindrical-coordinate representation of color #DC833A: hue angle of 27.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC833A is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 58 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.14 |
| HSL | 27.04º | 0.7% | 0.55% | - |
| HSV(B) | 27.04º | 0.74% | 0.86% | - |
| XYZ | 38.4 | 31.75 | 8.11 | - |
| YUV | 149.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 58 | 0 | 0.40 | 0.74 | 0.14 | 27.04 | 0.7 | 0.55 |
| Hex | DC | 83 | 3A | 0 | 28 | 4A | E | 1B | 46 | 37 |
| Octal | 334 | 203 | 72 | 0 | 50 | 112 | 16 | 33 | 106 | 67 |
| Binary | 11011100 | 10000011 | 111010 | 0 | 101000 | 1001010 | 1110 | 11011 | 1000110 | 110111 |
Color Harmonies of #DC833A
Complementary color
Monochromatic Colors of #DC833A
Black with #DC833A
Text Example
Text Example
White with #DC833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC833A; }
p { color: rgb(220,131,58); }
H1.HeaderClassName
{
color: #DC833A;
}
.AnyTagClassName
{
color: #DC833A;
}
</style>
background-color css
<style>
a { background-color: #DC833A; }
a { background-color: rgb(220,131,58); }
div.DivClassName
{
background-color: #DC833A;
}
.BgClassName
{
background-color: #DC833A;
}
</style>
border-color css
<style>
span { border-color: #DC833A; }
span { border-color: rgb(220,131,58); }
td.TdClassName
{
border-color: #DC833A;
}
.TagClassName
{
border-color: #DC833A;
}
</style>