Shades of Buttercup #DD932F
Tints of Buttercup #DD932F
RGB
CMYK
RGB Variations
Color information
#DD932F (or 0xDD932F) is known color: Buttercup. HEX triplet: DD, 93 and 2F. RGB value is (221,147,47). Sum of RGB (Red+Green+Blue) = 221+147+47=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD932F is #226CD0. Grayscale: #9E9E9E. Windows color (decimal): -2256081 or 3118045. OLE color: 3118045.
HSL color Cylindrical-coordinate representation of color #DD932F: hue angle of 34.48º 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 #DD932F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 47 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.13 |
| HSL | 34.48º | 0.72% | 0.53% | - |
| HSV(B) | 34.48º | 0.79% | 0.87% | - |
| XYZ | 40.77 | 36.44 | 7.58 | - |
| YUV | 157.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 47 | 0 | 0.33 | 0.79 | 0.13 | 34.48 | 0.72 | 0.53 |
| Hex | DD | 93 | 2F | 0 | 21 | 4F | D | 22 | 48 | 35 |
| Octal | 335 | 223 | 57 | 0 | 41 | 117 | 15 | 42 | 110 | 65 |
| Binary | 11011101 | 10010011 | 101111 | 0 | 100001 | 1001111 | 1101 | 100010 | 1001000 | 110101 |
Color Harmonies of #DD932F
Complementary color
Monochromatic Colors of #DD932F
Black with #DD932F
Text Example
Text Example
White with #DD932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD932F; }
p { color: rgb(221,147,47); }
H1.HeaderClassName
{
color: #DD932F;
}
.AnyTagClassName
{
color: #DD932F;
}
</style>
background-color css
<style>
a { background-color: #DD932F; }
a { background-color: rgb(221,147,47); }
div.DivClassName
{
background-color: #DD932F;
}
.BgClassName
{
background-color: #DD932F;
}
</style>
border-color css
<style>
span { border-color: #DD932F; }
span { border-color: rgb(221,147,47); }
td.TdClassName
{
border-color: #DD932F;
}
.TagClassName
{
border-color: #DD932F;
}
</style>