Shades of Tree Poppy #DD7B3D
Tints of Tree Poppy #DD7B3D
RGB
CMYK
RGB Variations
Color information
#DD7B3D (or 0xDD7B3D) is known color: Tree Poppy. HEX triplet: DD, 7B and 3D. RGB value is (221,123,61). Sum of RGB (Red+Green+Blue) = 221+123+61=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B3D is #2284C2. Grayscale: #919191. Windows color (decimal): -2262211 or 4029405. OLE color: 4029405.
HSL color Cylindrical-coordinate representation of color #DD7B3D: hue angle of 23.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD7B3D is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 61 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.13 |
| HSL | 23.25º | 0.7% | 0.55% | - |
| HSV(B) | 23.25º | 0.72% | 0.87% | - |
| XYZ | 37.74 | 29.87 | 8.19 | - |
| YUV | 145.23 | 80.47 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 61 | 0 | 0.44 | 0.72 | 0.13 | 23.25 | 0.7 | 0.55 |
| Hex | DD | 7B | 3D | 0 | 2C | 48 | D | 17 | 46 | 37 |
| Octal | 335 | 173 | 75 | 0 | 54 | 110 | 15 | 27 | 106 | 67 |
| Binary | 11011101 | 1111011 | 111101 | 0 | 101100 | 1001000 | 1101 | 10111 | 1000110 | 110111 |
Color Harmonies of #DD7B3D
Complementary color
Monochromatic Colors of #DD7B3D
Black with #DD7B3D
Text Example
Text Example
White with #DD7B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B3D; }
p { color: rgb(221,123,61); }
H1.HeaderClassName
{
color: #DD7B3D;
}
.AnyTagClassName
{
color: #DD7B3D;
}
</style>
background-color css
<style>
a { background-color: #DD7B3D; }
a { background-color: rgb(221,123,61); }
div.DivClassName
{
background-color: #DD7B3D;
}
.BgClassName
{
background-color: #DD7B3D;
}
</style>
border-color css
<style>
span { border-color: #DD7B3D; }
span { border-color: rgb(221,123,61); }
td.TdClassName
{
border-color: #DD7B3D;
}
.TagClassName
{
border-color: #DD7B3D;
}
</style>