Shades of Tree Poppy #D67F3B
Tints of Tree Poppy #D67F3B
RGB
CMYK
RGB Variations
Color information
#D67F3B (or 0xD67F3B) is known color: Tree Poppy. HEX triplet: D6, 7F and 3B. RGB value is (214,127,59). Sum of RGB (Red+Green+Blue) = 214+127+59=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F3B is #2980C4. Grayscale: #919191. Windows color (decimal): -2719941 or 3899350. OLE color: 3899350.
HSL color Cylindrical-coordinate representation of color #D67F3B: hue angle of 26.32º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D67F3B is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 59 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.16 |
| HSL | 26.32º | 0.65% | 0.54% | - |
| HSV(B) | 26.32º | 0.72% | 0.84% | - |
| XYZ | 36.11 | 29.79 | 7.98 | - |
| YUV | 145.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 59 | 0 | 0.41 | 0.72 | 0.16 | 26.32 | 0.65 | 0.54 |
| Hex | D6 | 7F | 3B | 0 | 29 | 48 | 10 | 1A | 41 | 36 |
| Octal | 326 | 177 | 73 | 0 | 51 | 110 | 20 | 32 | 101 | 66 |
| Binary | 11010110 | 1111111 | 111011 | 0 | 101001 | 1001000 | 10000 | 11010 | 1000001 | 110110 |
Color Harmonies of #D67F3B
Complementary color
Monochromatic Colors of #D67F3B
Black with #D67F3B
Text Example
Text Example
White with #D67F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F3B; }
p { color: rgb(214,127,59); }
H1.HeaderClassName
{
color: #D67F3B;
}
.AnyTagClassName
{
color: #D67F3B;
}
</style>
background-color css
<style>
a { background-color: #D67F3B; }
a { background-color: rgb(214,127,59); }
div.DivClassName
{
background-color: #D67F3B;
}
.BgClassName
{
background-color: #D67F3B;
}
</style>
border-color css
<style>
span { border-color: #D67F3B; }
span { border-color: rgb(214,127,59); }
td.TdClassName
{
border-color: #D67F3B;
}
.TagClassName
{
border-color: #D67F3B;
}
</style>