Shades of Buttercup #DD8722
Tints of Buttercup #DD8722
RGB
CMYK
RGB Variations
Color information
#DD8722 (or 0xDD8722) is known color: Buttercup. HEX triplet: DD, 87 and 22. RGB value is (221,135,34). Sum of RGB (Red+Green+Blue) = 221+135+34=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8722 is #2278DD. Grayscale: #959595. Windows color (decimal): -2259166 or 2263005. OLE color: 2263005.
HSL color Cylindrical-coordinate representation of color #DD8722: hue angle of 32.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD8722 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 34 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.13 |
| HSL | 32.41º | 0.73% | 0.5% | - |
| HSV(B) | 32.41º | 0.85% | 0.87% | - |
| XYZ | 38.77 | 32.82 | 5.8 | - |
| YUV | 149.2 | 62.99 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 34 | 0 | 0.39 | 0.85 | 0.13 | 32.41 | 0.73 | 0.5 |
| Hex | DD | 87 | 22 | 0 | 27 | 55 | D | 20 | 49 | 32 |
| Octal | 335 | 207 | 42 | 0 | 47 | 125 | 15 | 40 | 111 | 62 |
| Binary | 11011101 | 10000111 | 100010 | 0 | 100111 | 1010101 | 1101 | 100000 | 1001001 | 110010 |
Color Harmonies of #DD8722
Complementary color
Monochromatic Colors of #DD8722
Black with #DD8722
Text Example
Text Example
White with #DD8722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8722; }
p { color: rgb(221,135,34); }
H1.HeaderClassName
{
color: #DD8722;
}
.AnyTagClassName
{
color: #DD8722;
}
</style>
background-color css
<style>
a { background-color: #DD8722; }
a { background-color: rgb(221,135,34); }
div.DivClassName
{
background-color: #DD8722;
}
.BgClassName
{
background-color: #DD8722;
}
</style>
border-color css
<style>
span { border-color: #DD8722; }
span { border-color: rgb(221,135,34); }
td.TdClassName
{
border-color: #DD8722;
}
.TagClassName
{
border-color: #DD8722;
}
</style>