Shades of Buttercup #DD922A
Tints of Buttercup #DD922A
RGB
CMYK
RGB Variations
Color information
#DD922A (or 0xDD922A) is known color: Buttercup. HEX triplet: DD, 92 and 2A. RGB value is (221,146,42). Sum of RGB (Red+Green+Blue) = 221+146+42=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD922A is #226DD5. Grayscale: #9D9D9D. Windows color (decimal): -2256342 or 2790109. OLE color: 2790109.
HSL color Cylindrical-coordinate representation of color #DD922A: hue angle of 34.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD922A is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 42 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.13 |
| HSL | 34.86º | 0.72% | 0.52% | - |
| HSV(B) | 34.86º | 0.81% | 0.87% | - |
| XYZ | 40.52 | 36.1 | 7.02 | - |
| YUV | 156.57 | 63.35 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 42 | 0 | 0.34 | 0.81 | 0.13 | 34.86 | 0.72 | 0.52 |
| Hex | DD | 92 | 2A | 0 | 22 | 51 | D | 23 | 48 | 34 |
| Octal | 335 | 222 | 52 | 0 | 42 | 121 | 15 | 43 | 110 | 64 |
| Binary | 11011101 | 10010010 | 101010 | 0 | 100010 | 1010001 | 1101 | 100011 | 1001000 | 110100 |
Color Harmonies of #DD922A
Complementary color
Monochromatic Colors of #DD922A
Black with #DD922A
Text Example
Text Example
White with #DD922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD922A; }
p { color: rgb(221,146,42); }
H1.HeaderClassName
{
color: #DD922A;
}
.AnyTagClassName
{
color: #DD922A;
}
</style>
background-color css
<style>
a { background-color: #DD922A; }
a { background-color: rgb(221,146,42); }
div.DivClassName
{
background-color: #DD922A;
}
.BgClassName
{
background-color: #DD922A;
}
</style>
border-color css
<style>
span { border-color: #DD922A; }
span { border-color: rgb(221,146,42); }
td.TdClassName
{
border-color: #DD922A;
}
.TagClassName
{
border-color: #DD922A;
}
</style>