Shades of Buttercup #DA9821
Tints of Buttercup #DA9821
RGB
CMYK
RGB Variations
Color information
#DA9821 (or 0xDA9821) is known color: Buttercup. HEX triplet: DA, 98 and 21. RGB value is (218,152,33). Sum of RGB (Red+Green+Blue) = 218+152+33=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9821 is #2567DE. Grayscale: #9E9E9E. Windows color (decimal): -2451423 or 2201818. OLE color: 2201818.
HSL color Cylindrical-coordinate representation of color #DA9821: hue angle of 38.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA9821 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 33 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.15 |
| HSL | 38.59º | 0.74% | 0.49% | - |
| HSV(B) | 38.59º | 0.85% | 0.85% | - |
| XYZ | 40.42 | 37.47 | 6.54 | - |
| YUV | 158.17 | 57.37 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 33 | 0 | 0.30 | 0.85 | 0.15 | 38.59 | 0.74 | 0.49 |
| Hex | DA | 98 | 21 | 0 | 1E | 55 | F | 27 | 4A | 31 |
| Octal | 332 | 230 | 41 | 0 | 36 | 125 | 17 | 47 | 112 | 61 |
| Binary | 11011010 | 10011000 | 100001 | 0 | 11110 | 1010101 | 1111 | 100111 | 1001010 | 110001 |
Color Harmonies of #DA9821
Complementary color
Monochromatic Colors of #DA9821
Black with #DA9821
Text Example
Text Example
White with #DA9821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9821; }
p { color: rgb(218,152,33); }
H1.HeaderClassName
{
color: #DA9821;
}
.AnyTagClassName
{
color: #DA9821;
}
</style>
background-color css
<style>
a { background-color: #DA9821; }
a { background-color: rgb(218,152,33); }
div.DivClassName
{
background-color: #DA9821;
}
.BgClassName
{
background-color: #DA9821;
}
</style>
border-color css
<style>
span { border-color: #DA9821; }
span { border-color: rgb(218,152,33); }
td.TdClassName
{
border-color: #DA9821;
}
.TagClassName
{
border-color: #DA9821;
}
</style>