Shades of Tree Poppy #DC893B
Tints of Tree Poppy #DC893B
RGB
CMYK
RGB Variations
Color information
#DC893B (or 0xDC893B) is known color: Tree Poppy. HEX triplet: DC, 89 and 3B. RGB value is (220,137,59). Sum of RGB (Red+Green+Blue) = 220+137+59=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC893B is #2376C4. Grayscale: #999999. Windows color (decimal): -2324165 or 3901916. OLE color: 3901916.
HSL color Cylindrical-coordinate representation of color #DC893B: hue angle of 29.07º 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 #DC893B is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 59 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.14 |
| HSL | 29.07º | 0.7% | 0.55% | - |
| HSV(B) | 29.07º | 0.73% | 0.86% | - |
| XYZ | 39.25 | 33.42 | 8.52 | - |
| YUV | 152.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 59 | 0 | 0.38 | 0.73 | 0.14 | 29.07 | 0.7 | 0.55 |
| Hex | DC | 89 | 3B | 0 | 26 | 49 | E | 1D | 46 | 37 |
| Octal | 334 | 211 | 73 | 0 | 46 | 111 | 16 | 35 | 106 | 67 |
| Binary | 11011100 | 10001001 | 111011 | 0 | 100110 | 1001001 | 1110 | 11101 | 1000110 | 110111 |
Color Harmonies of #DC893B
Complementary color
Monochromatic Colors of #DC893B
Black with #DC893B
Text Example
Text Example
White with #DC893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC893B; }
p { color: rgb(220,137,59); }
H1.HeaderClassName
{
color: #DC893B;
}
.AnyTagClassName
{
color: #DC893B;
}
</style>
background-color css
<style>
a { background-color: #DC893B; }
a { background-color: rgb(220,137,59); }
div.DivClassName
{
background-color: #DC893B;
}
.BgClassName
{
background-color: #DC893B;
}
</style>
border-color css
<style>
span { border-color: #DC893B; }
span { border-color: rgb(220,137,59); }
td.TdClassName
{
border-color: #DC893B;
}
.TagClassName
{
border-color: #DC893B;
}
</style>