Shades of Sunflower #DABA21
Tints of Sunflower #DABA21
RGB
CMYK
RGB Variations
Color information
#DABA21 (or 0xDABA21) is known color: Sunflower. HEX triplet: DA, BA and 21. RGB value is (218,186,33). Sum of RGB (Red+Green+Blue) = 218+186+33=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA21 is #2545DE. Grayscale: #B2B2B2. Windows color (decimal): -2442719 or 2210522. OLE color: 2210522.
HSL color Cylindrical-coordinate representation of color #DABA21: hue angle of 49.62º 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 #DABA21 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.15 |
| HSL | 49.62º | 0.74% | 0.49% | - |
| HSV(B) | 49.62º | 0.85% | 0.85% | - |
| XYZ | 46.75 | 50.13 | 8.65 | - |
| YUV | 178.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 33 | 0 | 0.15 | 0.85 | 0.15 | 49.62 | 0.74 | 0.49 |
| Hex | DA | BA | 21 | 0 | F | 55 | F | 32 | 4A | 31 |
| Octal | 332 | 272 | 41 | 0 | 17 | 125 | 17 | 62 | 112 | 61 |
| Binary | 11011010 | 10111010 | 100001 | 0 | 1111 | 1010101 | 1111 | 110010 | 1001010 | 110001 |
Color Harmonies of #DABA21
Complementary color
Monochromatic Colors of #DABA21
Black with #DABA21
Text Example
Text Example
White with #DABA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA21; }
p { color: rgb(218,186,33); }
H1.HeaderClassName
{
color: #DABA21;
}
.AnyTagClassName
{
color: #DABA21;
}
</style>
background-color css
<style>
a { background-color: #DABA21; }
a { background-color: rgb(218,186,33); }
div.DivClassName
{
background-color: #DABA21;
}
.BgClassName
{
background-color: #DABA21;
}
</style>
border-color css
<style>
span { border-color: #DABA21; }
span { border-color: rgb(218,186,33); }
td.TdClassName
{
border-color: #DABA21;
}
.TagClassName
{
border-color: #DABA21;
}
</style>