Shades of Buttercup #DD932D
Tints of Buttercup #DD932D
RGB
CMYK
RGB Variations
Color information
#DD932D (or 0xDD932D) is known color: Buttercup. HEX triplet: DD, 93 and 2D. RGB value is (221,147,45). Sum of RGB (Red+Green+Blue) = 221+147+45=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD932D is #226CD2. Grayscale: #9D9D9D. Windows color (decimal): -2256083 or 2986973. OLE color: 2986973.
HSL color Cylindrical-coordinate representation of color #DD932D: hue angle of 34.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD932D is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 45 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.13 |
| HSL | 34.77º | 0.72% | 0.52% | - |
| HSV(B) | 34.77º | 0.8% | 0.87% | - |
| XYZ | 40.73 | 36.43 | 7.37 | - |
| YUV | 157.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 45 | 0 | 0.33 | 0.80 | 0.13 | 34.77 | 0.72 | 0.52 |
| Hex | DD | 93 | 2D | 0 | 21 | 50 | D | 23 | 48 | 34 |
| Octal | 335 | 223 | 55 | 0 | 41 | 120 | 15 | 43 | 110 | 64 |
| Binary | 11011101 | 10010011 | 101101 | 0 | 100001 | 1010000 | 1101 | 100011 | 1001000 | 110100 |
Color Harmonies of #DD932D
Complementary color
Monochromatic Colors of #DD932D
Black with #DD932D
Text Example
Text Example
White with #DD932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD932D; }
p { color: rgb(221,147,45); }
H1.HeaderClassName
{
color: #DD932D;
}
.AnyTagClassName
{
color: #DD932D;
}
</style>
background-color css
<style>
a { background-color: #DD932D; }
a { background-color: rgb(221,147,45); }
div.DivClassName
{
background-color: #DD932D;
}
.BgClassName
{
background-color: #DD932D;
}
</style>
border-color css
<style>
span { border-color: #DD932D; }
span { border-color: rgb(221,147,45); }
td.TdClassName
{
border-color: #DD932D;
}
.TagClassName
{
border-color: #DD932D;
}
</style>