Shades of Tree Poppy #D77B3A
Tints of Tree Poppy #D77B3A
RGB
CMYK
RGB Variations
Color information
#D77B3A (or 0xD77B3A) is known color: Tree Poppy. HEX triplet: D7, 7B and 3A. RGB value is (215,123,58). Sum of RGB (Red+Green+Blue) = 215+123+58=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77B3A is #2884C5. Grayscale: #8F8F8F. Windows color (decimal): -2655430 or 3832791. OLE color: 3832791.
HSL color Cylindrical-coordinate representation of color #D77B3A: hue angle of 24.84º 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 #D77B3A is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 58 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.16 |
| HSL | 24.84º | 0.66% | 0.54% | - |
| HSV(B) | 24.84º | 0.73% | 0.84% | - |
| XYZ | 35.87 | 28.92 | 7.69 | - |
| YUV | 143.1 | 79.98 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 58 | 0 | 0.43 | 0.73 | 0.16 | 24.84 | 0.66 | 0.54 |
| Hex | D7 | 7B | 3A | 0 | 2B | 49 | 10 | 19 | 42 | 36 |
| Octal | 327 | 173 | 72 | 0 | 53 | 111 | 20 | 31 | 102 | 66 |
| Binary | 11010111 | 1111011 | 111010 | 0 | 101011 | 1001001 | 10000 | 11001 | 1000010 | 110110 |
Color Harmonies of #D77B3A
Complementary color
Monochromatic Colors of #D77B3A
Black with #D77B3A
Text Example
Text Example
White with #D77B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B3A; }
p { color: rgb(215,123,58); }
H1.HeaderClassName
{
color: #D77B3A;
}
.AnyTagClassName
{
color: #D77B3A;
}
</style>
background-color css
<style>
a { background-color: #D77B3A; }
a { background-color: rgb(215,123,58); }
div.DivClassName
{
background-color: #D77B3A;
}
.BgClassName
{
background-color: #D77B3A;
}
</style>
border-color css
<style>
span { border-color: #D77B3A; }
span { border-color: rgb(215,123,58); }
td.TdClassName
{
border-color: #D77B3A;
}
.TagClassName
{
border-color: #D77B3A;
}
</style>