Shades of Tree Poppy #DC833D
Tints of Tree Poppy #DC833D
RGB
CMYK
RGB Variations
Color information
#DC833D (or 0xDC833D) is known color: Tree Poppy. HEX triplet: DC, 83 and 3D. RGB value is (220,131,61). Sum of RGB (Red+Green+Blue) = 220+131+61=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC833D is #237CC2. Grayscale: #969696. Windows color (decimal): -2325699 or 4031452. OLE color: 4031452.
HSL color Cylindrical-coordinate representation of color #DC833D: 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.72%. Process color model (Four color, CMYK) of #DC833D is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 61 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.14 |
| HSL | 26.42º | 0.69% | 0.55% | - |
| HSV(B) | 26.42º | 0.72% | 0.86% | - |
| XYZ | 38.47 | 31.79 | 8.52 | - |
| YUV | 149.63 | 77.99 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 61 | 0 | 0.40 | 0.72 | 0.14 | 26.42 | 0.69 | 0.55 |
| Hex | DC | 83 | 3D | 0 | 28 | 48 | E | 1A | 45 | 37 |
| Octal | 334 | 203 | 75 | 0 | 50 | 110 | 16 | 32 | 105 | 67 |
| Binary | 11011100 | 10000011 | 111101 | 0 | 101000 | 1001000 | 1110 | 11010 | 1000101 | 110111 |
Color Harmonies of #DC833D
Complementary color
Monochromatic Colors of #DC833D
Black with #DC833D
Text Example
Text Example
White with #DC833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC833D; }
p { color: rgb(220,131,61); }
H1.HeaderClassName
{
color: #DC833D;
}
.AnyTagClassName
{
color: #DC833D;
}
</style>
background-color css
<style>
a { background-color: #DC833D; }
a { background-color: rgb(220,131,61); }
div.DivClassName
{
background-color: #DC833D;
}
.BgClassName
{
background-color: #DC833D;
}
</style>
border-color css
<style>
span { border-color: #DC833D; }
span { border-color: rgb(220,131,61); }
td.TdClassName
{
border-color: #DC833D;
}
.TagClassName
{
border-color: #DC833D;
}
</style>