Shades of Buttercup #DD8823
Tints of Buttercup #DD8823
RGB
CMYK
RGB Variations
Color information
#DD8823 (or 0xDD8823) is known color: Buttercup. HEX triplet: DD, 88 and 23. RGB value is (221,136,35). Sum of RGB (Red+Green+Blue) = 221+136+35=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8823 is #2277DC. Grayscale: #969696. Windows color (decimal): -2258909 or 2328797. OLE color: 2328797.
HSL color Cylindrical-coordinate representation of color #DD8823: hue angle of 32.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD8823 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 35 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.13 |
| HSL | 32.58º | 0.73% | 0.5% | - |
| HSV(B) | 32.58º | 0.84% | 0.87% | - |
| XYZ | 38.93 | 33.1 | 5.93 | - |
| YUV | 149.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 35 | 0 | 0.38 | 0.84 | 0.13 | 32.58 | 0.73 | 0.5 |
| Hex | DD | 88 | 23 | 0 | 26 | 54 | D | 21 | 49 | 32 |
| Octal | 335 | 210 | 43 | 0 | 46 | 124 | 15 | 41 | 111 | 62 |
| Binary | 11011101 | 10001000 | 100011 | 0 | 100110 | 1010100 | 1101 | 100001 | 1001001 | 110010 |
Color Harmonies of #DD8823
Complementary color
Monochromatic Colors of #DD8823
Black with #DD8823
Text Example
Text Example
White with #DD8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8823; }
p { color: rgb(221,136,35); }
H1.HeaderClassName
{
color: #DD8823;
}
.AnyTagClassName
{
color: #DD8823;
}
</style>
background-color css
<style>
a { background-color: #DD8823; }
a { background-color: rgb(221,136,35); }
div.DivClassName
{
background-color: #DD8823;
}
.BgClassName
{
background-color: #DD8823;
}
</style>
border-color css
<style>
span { border-color: #DD8823; }
span { border-color: rgb(221,136,35); }
td.TdClassName
{
border-color: #DD8823;
}
.TagClassName
{
border-color: #DD8823;
}
</style>