Shades of Buttercup #DA9221
Tints of Buttercup #DA9221
RGB
CMYK
RGB Variations
Color information
#DA9221 (or 0xDA9221) is known color: Buttercup. HEX triplet: DA, 92 and 21. RGB value is (218,146,33). Sum of RGB (Red+Green+Blue) = 218+146+33=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9221 is #256DDE. Grayscale: #9B9B9B. Windows color (decimal): -2452959 or 2200282. OLE color: 2200282.
HSL color Cylindrical-coordinate representation of color #DA9221: hue angle of 36.65º 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 #DA9221 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 33 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.15 |
| HSL | 36.65º | 0.74% | 0.49% | - |
| HSV(B) | 36.65º | 0.85% | 0.85% | - |
| XYZ | 39.47 | 35.57 | 6.22 | - |
| YUV | 154.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 33 | 0 | 0.33 | 0.85 | 0.15 | 36.65 | 0.74 | 0.49 |
| Hex | DA | 92 | 21 | 0 | 21 | 55 | F | 25 | 4A | 31 |
| Octal | 332 | 222 | 41 | 0 | 41 | 125 | 17 | 45 | 112 | 61 |
| Binary | 11011010 | 10010010 | 100001 | 0 | 100001 | 1010101 | 1111 | 100101 | 1001010 | 110001 |
Color Harmonies of #DA9221
Complementary color
Monochromatic Colors of #DA9221
Black with #DA9221
Text Example
Text Example
White with #DA9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9221; }
p { color: rgb(218,146,33); }
H1.HeaderClassName
{
color: #DA9221;
}
.AnyTagClassName
{
color: #DA9221;
}
</style>
background-color css
<style>
a { background-color: #DA9221; }
a { background-color: rgb(218,146,33); }
div.DivClassName
{
background-color: #DA9221;
}
.BgClassName
{
background-color: #DA9221;
}
</style>
border-color css
<style>
span { border-color: #DA9221; }
span { border-color: rgb(218,146,33); }
td.TdClassName
{
border-color: #DA9221;
}
.TagClassName
{
border-color: #DA9221;
}
</style>