Shades of Buttercup #DD8A22
Tints of Buttercup #DD8A22
RGB
CMYK
RGB Variations
Color information
#DD8A22 (or 0xDD8A22) is known color: Buttercup. HEX triplet: DD, 8A and 22. RGB value is (221,138,34). Sum of RGB (Red+Green+Blue) = 221+138+34=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A22 is #2275DD. Grayscale: #979797. Windows color (decimal): -2258398 or 2263773. OLE color: 2263773.
HSL color Cylindrical-coordinate representation of color #DD8A22: hue angle of 33.37º 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 #DD8A22 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 34 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.13 |
| HSL | 33.37º | 0.73% | 0.5% | - |
| HSV(B) | 33.37º | 0.85% | 0.87% | - |
| XYZ | 39.2 | 33.66 | 5.95 | - |
| YUV | 150.96 | 62 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 34 | 0 | 0.38 | 0.85 | 0.13 | 33.37 | 0.73 | 0.5 |
| Hex | DD | 8A | 22 | 0 | 26 | 55 | D | 21 | 49 | 32 |
| Octal | 335 | 212 | 42 | 0 | 46 | 125 | 15 | 41 | 111 | 62 |
| Binary | 11011101 | 10001010 | 100010 | 0 | 100110 | 1010101 | 1101 | 100001 | 1001001 | 110010 |
Color Harmonies of #DD8A22
Complementary color
Monochromatic Colors of #DD8A22
Black with #DD8A22
Text Example
Text Example
White with #DD8A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A22; }
p { color: rgb(221,138,34); }
H1.HeaderClassName
{
color: #DD8A22;
}
.AnyTagClassName
{
color: #DD8A22;
}
</style>
background-color css
<style>
a { background-color: #DD8A22; }
a { background-color: rgb(221,138,34); }
div.DivClassName
{
background-color: #DD8A22;
}
.BgClassName
{
background-color: #DD8A22;
}
</style>
border-color css
<style>
span { border-color: #DD8A22; }
span { border-color: rgb(221,138,34); }
td.TdClassName
{
border-color: #DD8A22;
}
.TagClassName
{
border-color: #DD8A22;
}
</style>