Shades of Tree Poppy #D77D38
Tints of Tree Poppy #D77D38
RGB
CMYK
RGB Variations
Color information
#D77D38 (or 0xD77D38) is known color: Tree Poppy. HEX triplet: D7, 7D and 38. RGB value is (215,125,56). Sum of RGB (Red+Green+Blue) = 215+125+56=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D38 is #2882C7. Grayscale: #909090. Windows color (decimal): -2654920 or 3702231. OLE color: 3702231.
HSL color Cylindrical-coordinate representation of color #D77D38: hue angle of 26.04º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D77D38 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 56 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.16 |
| HSL | 26.04º | 0.67% | 0.53% | - |
| HSV(B) | 26.04º | 0.74% | 0.84% | - |
| XYZ | 36.07 | 29.4 | 7.51 | - |
| YUV | 144.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 56 | 0 | 0.42 | 0.74 | 0.16 | 26.04 | 0.67 | 0.53 |
| Hex | D7 | 7D | 38 | 0 | 2A | 4A | 10 | 1A | 43 | 35 |
| Octal | 327 | 175 | 70 | 0 | 52 | 112 | 20 | 32 | 103 | 65 |
| Binary | 11010111 | 1111101 | 111000 | 0 | 101010 | 1001010 | 10000 | 11010 | 1000011 | 110101 |
Color Harmonies of #D77D38
Complementary color
Monochromatic Colors of #D77D38
Black with #D77D38
Text Example
Text Example
White with #D77D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D38; }
p { color: rgb(215,125,56); }
H1.HeaderClassName
{
color: #D77D38;
}
.AnyTagClassName
{
color: #D77D38;
}
</style>
background-color css
<style>
a { background-color: #D77D38; }
a { background-color: rgb(215,125,56); }
div.DivClassName
{
background-color: #D77D38;
}
.BgClassName
{
background-color: #D77D38;
}
</style>
border-color css
<style>
span { border-color: #D77D38; }
span { border-color: rgb(215,125,56); }
td.TdClassName
{
border-color: #D77D38;
}
.TagClassName
{
border-color: #D77D38;
}
</style>