Shades of Tree Poppy #DC7F42
Tints of Tree Poppy #DC7F42
RGB
CMYK
RGB Variations
Color information
#DC7F42 (or 0xDC7F42) is known color: Tree Poppy. HEX triplet: DC, 7F and 42. RGB value is (220,127,66). Sum of RGB (Red+Green+Blue) = 220+127+66=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F42 is #2380BD. Grayscale: #949494. Windows color (decimal): -2326718 or 4358108. OLE color: 4358108.
HSL color Cylindrical-coordinate representation of color #DC7F42: hue angle of 23.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC7F42 is Cyan = 0, Magento = 0.42, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 66 | - |
| CMYK | 0 | 0.42 | 0.7 | 0.14 |
| HSL | 23.77º | 0.69% | 0.56% | - |
| HSV(B) | 23.77º | 0.7% | 0.86% | - |
| XYZ | 38.09 | 30.79 | 9.09 | - |
| YUV | 147.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 66 | 0 | 0.42 | 0.7 | 0.14 | 23.77 | 0.69 | 0.56 |
| Hex | DC | 7F | 42 | 0 | 2A | 46 | E | 18 | 45 | 38 |
| Octal | 334 | 177 | 102 | 0 | 52 | 106 | 16 | 30 | 105 | 70 |
| Binary | 11011100 | 1111111 | 1000010 | 0 | 101010 | 1000110 | 1110 | 11000 | 1000101 | 111000 |
Color Harmonies of #DC7F42
Complementary color
Monochromatic Colors of #DC7F42
Black with #DC7F42
Text Example
Text Example
White with #DC7F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F42; }
p { color: rgb(220,127,66); }
H1.HeaderClassName
{
color: #DC7F42;
}
.AnyTagClassName
{
color: #DC7F42;
}
</style>
background-color css
<style>
a { background-color: #DC7F42; }
a { background-color: rgb(220,127,66); }
div.DivClassName
{
background-color: #DC7F42;
}
.BgClassName
{
background-color: #DC7F42;
}
</style>
border-color css
<style>
span { border-color: #DC7F42; }
span { border-color: rgb(220,127,66); }
td.TdClassName
{
border-color: #DC7F42;
}
.TagClassName
{
border-color: #DC7F42;
}
</style>