Shades of Tree Poppy #DC833F
Tints of Tree Poppy #DC833F
RGB
CMYK
RGB Variations
Color information
#DC833F (or 0xDC833F) is known color: Tree Poppy. HEX triplet: DC, 83 and 3F. RGB value is (220,131,63). Sum of RGB (Red+Green+Blue) = 220+131+63=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC833F is #237CC0. Grayscale: #969696. Windows color (decimal): -2325697 or 4162524. OLE color: 4162524.
HSL color Cylindrical-coordinate representation of color #DC833F: hue angle of 25.99º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC833F is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 63 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.14 |
| HSL | 25.99º | 0.69% | 0.55% | - |
| HSV(B) | 25.99º | 0.71% | 0.86% | - |
| XYZ | 38.53 | 31.81 | 8.81 | - |
| YUV | 149.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 63 | 0 | 0.40 | 0.71 | 0.14 | 25.99 | 0.69 | 0.55 |
| Hex | DC | 83 | 3F | 0 | 28 | 47 | E | 1A | 45 | 37 |
| Octal | 334 | 203 | 77 | 0 | 50 | 107 | 16 | 32 | 105 | 67 |
| Binary | 11011100 | 10000011 | 111111 | 0 | 101000 | 1000111 | 1110 | 11010 | 1000101 | 110111 |
Color Harmonies of #DC833F
Complementary color
Monochromatic Colors of #DC833F
Black with #DC833F
Text Example
Text Example
White with #DC833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC833F; }
p { color: rgb(220,131,63); }
H1.HeaderClassName
{
color: #DC833F;
}
.AnyTagClassName
{
color: #DC833F;
}
</style>
background-color css
<style>
a { background-color: #DC833F; }
a { background-color: rgb(220,131,63); }
div.DivClassName
{
background-color: #DC833F;
}
.BgClassName
{
background-color: #DC833F;
}
</style>
border-color css
<style>
span { border-color: #DC833F; }
span { border-color: rgb(220,131,63); }
td.TdClassName
{
border-color: #DC833F;
}
.TagClassName
{
border-color: #DC833F;
}
</style>