Shades of Buttercup #DA9121
Tints of Buttercup #DA9121
RGB
CMYK
RGB Variations
Color information
#DA9121 (or 0xDA9121) is known color: Buttercup. HEX triplet: DA, 91 and 21. RGB value is (218,145,33). Sum of RGB (Red+Green+Blue) = 218+145+33=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9121 is #256EDE. Grayscale: #9A9A9A. Windows color (decimal): -2453215 or 2200026. OLE color: 2200026.
HSL color Cylindrical-coordinate representation of color #DA9121: hue angle of 36.32º 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 #DA9121 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 33 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.15 |
| HSL | 36.32º | 0.74% | 0.49% | - |
| HSV(B) | 36.32º | 0.85% | 0.85% | - |
| XYZ | 39.31 | 35.27 | 6.17 | - |
| YUV | 154.06 | 59.68 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 33 | 0 | 0.33 | 0.85 | 0.15 | 36.32 | 0.74 | 0.49 |
| Hex | DA | 91 | 21 | 0 | 21 | 55 | F | 24 | 4A | 31 |
| Octal | 332 | 221 | 41 | 0 | 41 | 125 | 17 | 44 | 112 | 61 |
| Binary | 11011010 | 10010001 | 100001 | 0 | 100001 | 1010101 | 1111 | 100100 | 1001010 | 110001 |
Color Harmonies of #DA9121
Complementary color
Monochromatic Colors of #DA9121
Black with #DA9121
Text Example
Text Example
White with #DA9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9121; }
p { color: rgb(218,145,33); }
H1.HeaderClassName
{
color: #DA9121;
}
.AnyTagClassName
{
color: #DA9121;
}
</style>
background-color css
<style>
a { background-color: #DA9121; }
a { background-color: rgb(218,145,33); }
div.DivClassName
{
background-color: #DA9121;
}
.BgClassName
{
background-color: #DA9121;
}
</style>
border-color css
<style>
span { border-color: #DA9121; }
span { border-color: rgb(218,145,33); }
td.TdClassName
{
border-color: #DA9121;
}
.TagClassName
{
border-color: #DA9121;
}
</style>