Shades of Buttercup #DD9028
Tints of Buttercup #DD9028
RGB
CMYK
RGB Variations
Color information
#DD9028 (or 0xDD9028) is known color: Buttercup. HEX triplet: DD, 90 and 28. RGB value is (221,144,40). Sum of RGB (Red+Green+Blue) = 221+144+40=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9028 is #226FD7. Grayscale: #9B9B9B. Windows color (decimal): -2256856 or 2658525. OLE color: 2658525.
HSL color Cylindrical-coordinate representation of color #DD9028: hue angle of 34.48º 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 #DD9028 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 40 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.13 |
| HSL | 34.48º | 0.73% | 0.51% | - |
| HSV(B) | 34.48º | 0.82% | 0.87% | - |
| XYZ | 40.18 | 35.47 | 6.74 | - |
| YUV | 155.17 | 63.01 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 40 | 0 | 0.35 | 0.82 | 0.13 | 34.48 | 0.73 | 0.51 |
| Hex | DD | 90 | 28 | 0 | 23 | 52 | D | 22 | 49 | 33 |
| Octal | 335 | 220 | 50 | 0 | 43 | 122 | 15 | 42 | 111 | 63 |
| Binary | 11011101 | 10010000 | 101000 | 0 | 100011 | 1010010 | 1101 | 100010 | 1001001 | 110011 |
Color Harmonies of #DD9028
Complementary color
Monochromatic Colors of #DD9028
Black with #DD9028
Text Example
Text Example
White with #DD9028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9028; }
p { color: rgb(221,144,40); }
H1.HeaderClassName
{
color: #DD9028;
}
.AnyTagClassName
{
color: #DD9028;
}
</style>
background-color css
<style>
a { background-color: #DD9028; }
a { background-color: rgb(221,144,40); }
div.DivClassName
{
background-color: #DD9028;
}
.BgClassName
{
background-color: #DD9028;
}
</style>
border-color css
<style>
span { border-color: #DD9028; }
span { border-color: rgb(221,144,40); }
td.TdClassName
{
border-color: #DD9028;
}
.TagClassName
{
border-color: #DD9028;
}
</style>