Shades of Tree Poppy #D77F3B
Tints of Tree Poppy #D77F3B
RGB
CMYK
RGB Variations
Color information
#D77F3B (or 0xD77F3B) is known color: Tree Poppy. HEX triplet: D7, 7F and 3B. RGB value is (215,127,59). Sum of RGB (Red+Green+Blue) = 215+127+59=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77F3B is #2880C4. Grayscale: #919191. Windows color (decimal): -2654405 or 3899351. OLE color: 3899351.
HSL color Cylindrical-coordinate representation of color #D77F3B: hue angle of 26.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D77F3B is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 59 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.16 |
| HSL | 26.15º | 0.66% | 0.54% | - |
| HSV(B) | 26.15º | 0.73% | 0.84% | - |
| XYZ | 36.4 | 29.94 | 8 | - |
| YUV | 145.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 59 | 0 | 0.41 | 0.73 | 0.16 | 26.15 | 0.66 | 0.54 |
| Hex | D7 | 7F | 3B | 0 | 29 | 49 | 10 | 1A | 42 | 36 |
| Octal | 327 | 177 | 73 | 0 | 51 | 111 | 20 | 32 | 102 | 66 |
| Binary | 11010111 | 1111111 | 111011 | 0 | 101001 | 1001001 | 10000 | 11010 | 1000010 | 110110 |
Color Harmonies of #D77F3B
Complementary color
Monochromatic Colors of #D77F3B
Black with #D77F3B
Text Example
Text Example
White with #D77F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F3B; }
p { color: rgb(215,127,59); }
H1.HeaderClassName
{
color: #D77F3B;
}
.AnyTagClassName
{
color: #D77F3B;
}
</style>
background-color css
<style>
a { background-color: #D77F3B; }
a { background-color: rgb(215,127,59); }
div.DivClassName
{
background-color: #D77F3B;
}
.BgClassName
{
background-color: #D77F3B;
}
</style>
border-color css
<style>
span { border-color: #D77F3B; }
span { border-color: rgb(215,127,59); }
td.TdClassName
{
border-color: #D77F3B;
}
.TagClassName
{
border-color: #D77F3B;
}
</style>