Shades of Buttercup #DD9019
Tints of Buttercup #DD9019
RGB
CMYK
RGB Variations
Color information
#DD9019 (or 0xDD9019) is known color: Buttercup. HEX triplet: DD, 90 and 19. RGB value is (221,144,25). Sum of RGB (Red+Green+Blue) = 221+144+25=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9019 is #226FE6. Grayscale: #9A9A9A. Windows color (decimal): -2256871 or 1675485. OLE color: 1675485.
HSL color Cylindrical-coordinate representation of color #DD9019: hue angle of 36.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD9019 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 25 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.13 |
| HSL | 36.43º | 0.8% | 0.48% | - |
| HSV(B) | 36.43º | 0.89% | 0.87% | - |
| XYZ | 39.97 | 35.39 | 5.64 | - |
| YUV | 153.46 | 55.51 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 25 | 0 | 0.35 | 0.89 | 0.13 | 36.43 | 0.8 | 0.48 |
| Hex | DD | 90 | 19 | 0 | 23 | 59 | D | 24 | 50 | 30 |
| Octal | 335 | 220 | 31 | 0 | 43 | 131 | 15 | 44 | 120 | 60 |
| Binary | 11011101 | 10010000 | 11001 | 0 | 100011 | 1011001 | 1101 | 100100 | 1010000 | 110000 |
Color Harmonies of #DD9019
Complementary color
Monochromatic Colors of #DD9019
Black with #DD9019
Text Example
Text Example
White with #DD9019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9019; }
p { color: rgb(221,144,25); }
H1.HeaderClassName
{
color: #DD9019;
}
.AnyTagClassName
{
color: #DD9019;
}
</style>
background-color css
<style>
a { background-color: #DD9019; }
a { background-color: rgb(221,144,25); }
div.DivClassName
{
background-color: #DD9019;
}
.BgClassName
{
background-color: #DD9019;
}
</style>
border-color css
<style>
span { border-color: #DD9019; }
span { border-color: rgb(221,144,25); }
td.TdClassName
{
border-color: #DD9019;
}
.TagClassName
{
border-color: #DD9019;
}
</style>