Shades of Tree Poppy #DC893D
Tints of Tree Poppy #DC893D
RGB
CMYK
RGB Variations
Color information
#DC893D (or 0xDC893D) is known color: Tree Poppy. HEX triplet: DC, 89 and 3D. RGB value is (220,137,61). Sum of RGB (Red+Green+Blue) = 220+137+61=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC893D is #2376C2. Grayscale: #999999. Windows color (decimal): -2324163 or 4032988. OLE color: 4032988.
HSL color Cylindrical-coordinate representation of color #DC893D: hue angle of 28.68º 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 #DC893D is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 61 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.14 |
| HSL | 28.68º | 0.69% | 0.55% | - |
| HSV(B) | 28.68º | 0.72% | 0.86% | - |
| XYZ | 39.3 | 33.44 | 8.8 | - |
| YUV | 153.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 61 | 0 | 0.38 | 0.72 | 0.14 | 28.68 | 0.69 | 0.55 |
| Hex | DC | 89 | 3D | 0 | 26 | 48 | E | 1D | 45 | 37 |
| Octal | 334 | 211 | 75 | 0 | 46 | 110 | 16 | 35 | 105 | 67 |
| Binary | 11011100 | 10001001 | 111101 | 0 | 100110 | 1001000 | 1110 | 11101 | 1000101 | 110111 |
Color Harmonies of #DC893D
Complementary color
Monochromatic Colors of #DC893D
Black with #DC893D
Text Example
Text Example
White with #DC893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC893D; }
p { color: rgb(220,137,61); }
H1.HeaderClassName
{
color: #DC893D;
}
.AnyTagClassName
{
color: #DC893D;
}
</style>
background-color css
<style>
a { background-color: #DC893D; }
a { background-color: rgb(220,137,61); }
div.DivClassName
{
background-color: #DC893D;
}
.BgClassName
{
background-color: #DC893D;
}
</style>
border-color css
<style>
span { border-color: #DC893D; }
span { border-color: rgb(220,137,61); }
td.TdClassName
{
border-color: #DC893D;
}
.TagClassName
{
border-color: #DC893D;
}
</style>