Shades of Tree Poppy #DD833C
Tints of Tree Poppy #DD833C
RGB
CMYK
RGB Variations
Color information
#DD833C (or 0xDD833C) is known color: Tree Poppy. HEX triplet: DD, 83 and 3C. RGB value is (221,131,60). Sum of RGB (Red+Green+Blue) = 221+131+60=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD833C is #227CC3. Grayscale: #969696. Windows color (decimal): -2260164 or 3965917. OLE color: 3965917.
HSL color Cylindrical-coordinate representation of color #DD833C: hue angle of 26.46º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD833C is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 60 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.13 |
| HSL | 26.46º | 0.7% | 0.55% | - |
| HSV(B) | 26.46º | 0.73% | 0.87% | - |
| XYZ | 38.75 | 31.93 | 8.4 | - |
| YUV | 149.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 60 | 0 | 0.41 | 0.73 | 0.13 | 26.46 | 0.7 | 0.55 |
| Hex | DD | 83 | 3C | 0 | 29 | 49 | D | 1A | 46 | 37 |
| Octal | 335 | 203 | 74 | 0 | 51 | 111 | 15 | 32 | 106 | 67 |
| Binary | 11011101 | 10000011 | 111100 | 0 | 101001 | 1001001 | 1101 | 11010 | 1000110 | 110111 |
Color Harmonies of #DD833C
Complementary color
Monochromatic Colors of #DD833C
Black with #DD833C
Text Example
Text Example
White with #DD833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD833C; }
p { color: rgb(221,131,60); }
H1.HeaderClassName
{
color: #DD833C;
}
.AnyTagClassName
{
color: #DD833C;
}
</style>
background-color css
<style>
a { background-color: #DD833C; }
a { background-color: rgb(221,131,60); }
div.DivClassName
{
background-color: #DD833C;
}
.BgClassName
{
background-color: #DD833C;
}
</style>
border-color css
<style>
span { border-color: #DD833C; }
span { border-color: rgb(221,131,60); }
td.TdClassName
{
border-color: #DD833C;
}
.TagClassName
{
border-color: #DD833C;
}
</style>