Shades of Tree Poppy #D77E3C
Tints of Tree Poppy #D77E3C
RGB
CMYK
RGB Variations
Color information
#D77E3C (or 0xD77E3C) is known color: Tree Poppy. HEX triplet: D7, 7E and 3C. RGB value is (215,126,60). Sum of RGB (Red+Green+Blue) = 215+126+60=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E3C is #2881C3. Grayscale: #919191. Windows color (decimal): -2654660 or 3964631. OLE color: 3964631.
HSL color Cylindrical-coordinate representation of color #D77E3C: hue angle of 25.55º degrees, saturation: 0.66, 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 #D77E3C is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 60 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.16 |
| HSL | 25.55º | 0.66% | 0.54% | - |
| HSV(B) | 25.55º | 0.72% | 0.84% | - |
| XYZ | 36.3 | 29.7 | 8.09 | - |
| YUV | 145.09 | 79.99 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 60 | 0 | 0.41 | 0.72 | 0.16 | 25.55 | 0.66 | 0.54 |
| Hex | D7 | 7E | 3C | 0 | 29 | 48 | 10 | 1A | 42 | 36 |
| Octal | 327 | 176 | 74 | 0 | 51 | 110 | 20 | 32 | 102 | 66 |
| Binary | 11010111 | 1111110 | 111100 | 0 | 101001 | 1001000 | 10000 | 11010 | 1000010 | 110110 |
Color Harmonies of #D77E3C
Complementary color
Monochromatic Colors of #D77E3C
Black with #D77E3C
Text Example
Text Example
White with #D77E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E3C; }
p { color: rgb(215,126,60); }
H1.HeaderClassName
{
color: #D77E3C;
}
.AnyTagClassName
{
color: #D77E3C;
}
</style>
background-color css
<style>
a { background-color: #D77E3C; }
a { background-color: rgb(215,126,60); }
div.DivClassName
{
background-color: #D77E3C;
}
.BgClassName
{
background-color: #D77E3C;
}
</style>
border-color css
<style>
span { border-color: #D77E3C; }
span { border-color: rgb(215,126,60); }
td.TdClassName
{
border-color: #D77E3C;
}
.TagClassName
{
border-color: #D77E3C;
}
</style>