Shades of Tree Poppy #DC823D
Tints of Tree Poppy #DC823D
RGB
CMYK
RGB Variations
Color information
#DC823D (or 0xDC823D) is known color: Tree Poppy. HEX triplet: DC, 82 and 3D. RGB value is (220,130,61). Sum of RGB (Red+Green+Blue) = 220+130+61=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC823D is #237DC2. Grayscale: #959595. Windows color (decimal): -2325955 or 4031196. OLE color: 4031196.
HSL color Cylindrical-coordinate representation of color #DC823D: hue angle of 26.04º 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 #DC823D is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 61 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.14 |
| HSL | 26.04º | 0.69% | 0.55% | - |
| HSV(B) | 26.04º | 0.72% | 0.86% | - |
| XYZ | 38.34 | 31.52 | 8.48 | - |
| YUV | 149.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 61 | 0 | 0.41 | 0.72 | 0.14 | 26.04 | 0.69 | 0.55 |
| Hex | DC | 82 | 3D | 0 | 29 | 48 | E | 1A | 45 | 37 |
| Octal | 334 | 202 | 75 | 0 | 51 | 110 | 16 | 32 | 105 | 67 |
| Binary | 11011100 | 10000010 | 111101 | 0 | 101001 | 1001000 | 1110 | 11010 | 1000101 | 110111 |
Color Harmonies of #DC823D
Complementary color
Monochromatic Colors of #DC823D
Black with #DC823D
Text Example
Text Example
White with #DC823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC823D; }
p { color: rgb(220,130,61); }
H1.HeaderClassName
{
color: #DC823D;
}
.AnyTagClassName
{
color: #DC823D;
}
</style>
background-color css
<style>
a { background-color: #DC823D; }
a { background-color: rgb(220,130,61); }
div.DivClassName
{
background-color: #DC823D;
}
.BgClassName
{
background-color: #DC823D;
}
</style>
border-color css
<style>
span { border-color: #DC823D; }
span { border-color: rgb(220,130,61); }
td.TdClassName
{
border-color: #DC823D;
}
.TagClassName
{
border-color: #DC823D;
}
</style>