Shades of Buttercup #DD922E
Tints of Buttercup #DD922E
RGB
CMYK
RGB Variations
Color information
#DD922E (or 0xDD922E) is known color: Buttercup. HEX triplet: DD, 92 and 2E. RGB value is (221,146,46). Sum of RGB (Red+Green+Blue) = 221+146+46=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD922E is #226DD1. Grayscale: #9D9D9D. Windows color (decimal): -2256338 or 3052253. OLE color: 3052253.
HSL color Cylindrical-coordinate representation of color #DD922E: hue angle of 34.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD922E is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 46 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.13 |
| HSL | 34.29º | 0.72% | 0.52% | - |
| HSV(B) | 34.29º | 0.79% | 0.87% | - |
| XYZ | 40.59 | 36.13 | 7.42 | - |
| YUV | 157.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 46 | 0 | 0.34 | 0.79 | 0.13 | 34.29 | 0.72 | 0.52 |
| Hex | DD | 92 | 2E | 0 | 22 | 4F | D | 22 | 48 | 34 |
| Octal | 335 | 222 | 56 | 0 | 42 | 117 | 15 | 42 | 110 | 64 |
| Binary | 11011101 | 10010010 | 101110 | 0 | 100010 | 1001111 | 1101 | 100010 | 1001000 | 110100 |
Color Harmonies of #DD922E
Complementary color
Monochromatic Colors of #DD922E
Black with #DD922E
Text Example
Text Example
White with #DD922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD922E; }
p { color: rgb(221,146,46); }
H1.HeaderClassName
{
color: #DD922E;
}
.AnyTagClassName
{
color: #DD922E;
}
</style>
background-color css
<style>
a { background-color: #DD922E; }
a { background-color: rgb(221,146,46); }
div.DivClassName
{
background-color: #DD922E;
}
.BgClassName
{
background-color: #DD922E;
}
</style>
border-color css
<style>
span { border-color: #DD922E; }
span { border-color: rgb(221,146,46); }
td.TdClassName
{
border-color: #DD922E;
}
.TagClassName
{
border-color: #DD922E;
}
</style>