Shades of Buttercup #DD9328
Tints of Buttercup #DD9328
RGB
CMYK
RGB Variations
Color information
#DD9328 (or 0xDD9328) is known color: Buttercup. HEX triplet: DD, 93 and 28. RGB value is (221,147,40). Sum of RGB (Red+Green+Blue) = 221+147+40=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9328 is #226CD7. Grayscale: #9D9D9D. Windows color (decimal): -2256088 or 2659293. OLE color: 2659293.
HSL color Cylindrical-coordinate representation of color #DD9328: hue angle of 35.47º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD9328 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 40 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.13 |
| HSL | 35.47º | 0.73% | 0.51% | - |
| HSV(B) | 35.47º | 0.82% | 0.87% | - |
| XYZ | 40.64 | 36.39 | 6.89 | - |
| YUV | 156.93 | 62.02 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 40 | 0 | 0.33 | 0.82 | 0.13 | 35.47 | 0.73 | 0.51 |
| Hex | DD | 93 | 28 | 0 | 21 | 52 | D | 23 | 49 | 33 |
| Octal | 335 | 223 | 50 | 0 | 41 | 122 | 15 | 43 | 111 | 63 |
| Binary | 11011101 | 10010011 | 101000 | 0 | 100001 | 1010010 | 1101 | 100011 | 1001001 | 110011 |
Color Harmonies of #DD9328
Complementary color
Monochromatic Colors of #DD9328
Black with #DD9328
Text Example
Text Example
White with #DD9328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9328; }
p { color: rgb(221,147,40); }
H1.HeaderClassName
{
color: #DD9328;
}
.AnyTagClassName
{
color: #DD9328;
}
</style>
background-color css
<style>
a { background-color: #DD9328; }
a { background-color: rgb(221,147,40); }
div.DivClassName
{
background-color: #DD9328;
}
.BgClassName
{
background-color: #DD9328;
}
</style>
border-color css
<style>
span { border-color: #DD9328; }
span { border-color: rgb(221,147,40); }
td.TdClassName
{
border-color: #DD9328;
}
.TagClassName
{
border-color: #DD9328;
}
</style>