Shades of Buttercup #DD922F
Tints of Buttercup #DD922F
RGB
CMYK
RGB Variations
Color information
#DD922F (or 0xDD922F) is known color: Buttercup. HEX triplet: DD, 92 and 2F. RGB value is (221,146,47). Sum of RGB (Red+Green+Blue) = 221+146+47=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD922F is #226DD0. Grayscale: #9D9D9D. Windows color (decimal): -2256337 or 3117789. OLE color: 3117789.
HSL color Cylindrical-coordinate representation of color #DD922F: hue angle of 34.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD922F is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 47 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.13 |
| HSL | 34.14º | 0.72% | 0.53% | - |
| HSV(B) | 34.14º | 0.79% | 0.87% | - |
| XYZ | 40.61 | 36.14 | 7.52 | - |
| YUV | 157.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 47 | 0 | 0.34 | 0.79 | 0.13 | 34.14 | 0.72 | 0.53 |
| Hex | DD | 92 | 2F | 0 | 22 | 4F | D | 22 | 48 | 35 |
| Octal | 335 | 222 | 57 | 0 | 42 | 117 | 15 | 42 | 110 | 65 |
| Binary | 11011101 | 10010010 | 101111 | 0 | 100010 | 1001111 | 1101 | 100010 | 1001000 | 110101 |
Color Harmonies of #DD922F
Complementary color
Monochromatic Colors of #DD922F
Black with #DD922F
Text Example
Text Example
White with #DD922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD922F; }
p { color: rgb(221,146,47); }
H1.HeaderClassName
{
color: #DD922F;
}
.AnyTagClassName
{
color: #DD922F;
}
</style>
background-color css
<style>
a { background-color: #DD922F; }
a { background-color: rgb(221,146,47); }
div.DivClassName
{
background-color: #DD922F;
}
.BgClassName
{
background-color: #DD922F;
}
</style>
border-color css
<style>
span { border-color: #DD922F; }
span { border-color: rgb(221,146,47); }
td.TdClassName
{
border-color: #DD922F;
}
.TagClassName
{
border-color: #DD922F;
}
</style>