Shades of Tree Poppy #DC8B3F
Tints of Tree Poppy #DC8B3F
RGB
CMYK
RGB Variations
Color information
#DC8B3F (or 0xDC8B3F) is known color: Tree Poppy. HEX triplet: DC, 8B and 3F. RGB value is (220,139,63). Sum of RGB (Red+Green+Blue) = 220+139+63=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8B3F is #2374C0. Grayscale: #9A9A9A. Windows color (decimal): -2323649 or 4164572. OLE color: 4164572.
HSL color Cylindrical-coordinate representation of color #DC8B3F: hue angle of 29.04º 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 #DC8B3F is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 63 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.14 |
| HSL | 29.04º | 0.69% | 0.55% | - |
| HSV(B) | 29.04º | 0.71% | 0.86% | - |
| XYZ | 39.65 | 34.04 | 9.18 | - |
| YUV | 154.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 63 | 0 | 0.37 | 0.71 | 0.14 | 29.04 | 0.69 | 0.55 |
| Hex | DC | 8B | 3F | 0 | 25 | 47 | E | 1D | 45 | 37 |
| Octal | 334 | 213 | 77 | 0 | 45 | 107 | 16 | 35 | 105 | 67 |
| Binary | 11011100 | 10001011 | 111111 | 0 | 100101 | 1000111 | 1110 | 11101 | 1000101 | 110111 |
Color Harmonies of #DC8B3F
Complementary color
Monochromatic Colors of #DC8B3F
Black with #DC8B3F
Text Example
Text Example
White with #DC8B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B3F; }
p { color: rgb(220,139,63); }
H1.HeaderClassName
{
color: #DC8B3F;
}
.AnyTagClassName
{
color: #DC8B3F;
}
</style>
background-color css
<style>
a { background-color: #DC8B3F; }
a { background-color: rgb(220,139,63); }
div.DivClassName
{
background-color: #DC8B3F;
}
.BgClassName
{
background-color: #DC8B3F;
}
</style>
border-color css
<style>
span { border-color: #DC8B3F; }
span { border-color: rgb(220,139,63); }
td.TdClassName
{
border-color: #DC8B3F;
}
.TagClassName
{
border-color: #DC8B3F;
}
</style>