Shades of Buttercup #DD9428
Tints of Buttercup #DD9428
RGB
CMYK
RGB Variations
Color information
#DD9428 (or 0xDD9428) is known color: Buttercup. HEX triplet: DD, 94 and 28. RGB value is (221,148,40). Sum of RGB (Red+Green+Blue) = 221+148+40=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9428 is #226BD7. Grayscale: #9E9E9E. Windows color (decimal): -2255832 or 2659549. OLE color: 2659549.
HSL color Cylindrical-coordinate representation of color #DD9428: hue angle of 35.8º 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 #DD9428 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 40 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.13 |
| HSL | 35.8º | 0.73% | 0.51% | - |
| HSV(B) | 35.8º | 0.82% | 0.87% | - |
| XYZ | 40.79 | 36.71 | 6.94 | - |
| YUV | 157.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 40 | 0 | 0.33 | 0.82 | 0.13 | 35.8 | 0.73 | 0.51 |
| Hex | DD | 94 | 28 | 0 | 21 | 52 | D | 24 | 49 | 33 |
| Octal | 335 | 224 | 50 | 0 | 41 | 122 | 15 | 44 | 111 | 63 |
| Binary | 11011101 | 10010100 | 101000 | 0 | 100001 | 1010010 | 1101 | 100100 | 1001001 | 110011 |
Color Harmonies of #DD9428
Complementary color
Monochromatic Colors of #DD9428
Black with #DD9428
Text Example
Text Example
White with #DD9428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9428; }
p { color: rgb(221,148,40); }
H1.HeaderClassName
{
color: #DD9428;
}
.AnyTagClassName
{
color: #DD9428;
}
</style>
background-color css
<style>
a { background-color: #DD9428; }
a { background-color: rgb(221,148,40); }
div.DivClassName
{
background-color: #DD9428;
}
.BgClassName
{
background-color: #DD9428;
}
</style>
border-color css
<style>
span { border-color: #DD9428; }
span { border-color: rgb(221,148,40); }
td.TdClassName
{
border-color: #DD9428;
}
.TagClassName
{
border-color: #DD9428;
}
</style>