Shades of Buttercup #DA8921
Tints of Buttercup #DA8921
RGB
CMYK
RGB Variations
Color information
#DA8921 (or 0xDA8921) is known color: Buttercup. HEX triplet: DA, 89 and 21. RGB value is (218,137,33). Sum of RGB (Red+Green+Blue) = 218+137+33=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8921 is #2576DE. Grayscale: #959595. Windows color (decimal): -2455263 or 2197978. OLE color: 2197978.
HSL color Cylindrical-coordinate representation of color #DA8921: hue angle of 33.73º 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 #DA8921 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 33 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.15 |
| HSL | 33.73º | 0.74% | 0.49% | - |
| HSV(B) | 33.73º | 0.85% | 0.85% | - |
| XYZ | 38.13 | 32.91 | 5.78 | - |
| YUV | 149.36 | 62.34 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 33 | 0 | 0.37 | 0.85 | 0.15 | 33.73 | 0.74 | 0.49 |
| Hex | DA | 89 | 21 | 0 | 25 | 55 | F | 22 | 4A | 31 |
| Octal | 332 | 211 | 41 | 0 | 45 | 125 | 17 | 42 | 112 | 61 |
| Binary | 11011010 | 10001001 | 100001 | 0 | 100101 | 1010101 | 1111 | 100010 | 1001010 | 110001 |
Color Harmonies of #DA8921
Complementary color
Monochromatic Colors of #DA8921
Black with #DA8921
Text Example
Text Example
White with #DA8921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8921; }
p { color: rgb(218,137,33); }
H1.HeaderClassName
{
color: #DA8921;
}
.AnyTagClassName
{
color: #DA8921;
}
</style>
background-color css
<style>
a { background-color: #DA8921; }
a { background-color: rgb(218,137,33); }
div.DivClassName
{
background-color: #DA8921;
}
.BgClassName
{
background-color: #DA8921;
}
</style>
border-color css
<style>
span { border-color: #DA8921; }
span { border-color: rgb(218,137,33); }
td.TdClassName
{
border-color: #DA8921;
}
.TagClassName
{
border-color: #DA8921;
}
</style>