Shades of Sunflower #DABA22
Tints of Sunflower #DABA22
RGB
CMYK
RGB Variations
Color information
#DABA22 (or 0xDABA22) is known color: Sunflower. HEX triplet: DA, BA and 22. RGB value is (218,186,34). Sum of RGB (Red+Green+Blue) = 218+186+34=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA22 is #2545DD. Grayscale: #B2B2B2. Windows color (decimal): -2442718 or 2276058. OLE color: 2276058.
HSL color Cylindrical-coordinate representation of color #DABA22: hue angle of 49.57º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DABA22 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 34 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.15 |
| HSL | 49.57º | 0.73% | 0.49% | - |
| HSV(B) | 49.57º | 0.84% | 0.85% | - |
| XYZ | 46.76 | 50.14 | 8.73 | - |
| YUV | 178.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 34 | 0 | 0.15 | 0.84 | 0.15 | 49.57 | 0.73 | 0.49 |
| Hex | DA | BA | 22 | 0 | F | 54 | F | 32 | 49 | 31 |
| Octal | 332 | 272 | 42 | 0 | 17 | 124 | 17 | 62 | 111 | 61 |
| Binary | 11011010 | 10111010 | 100010 | 0 | 1111 | 1010100 | 1111 | 110010 | 1001001 | 110001 |
Color Harmonies of #DABA22
Complementary color
Monochromatic Colors of #DABA22
Black with #DABA22
Text Example
Text Example
White with #DABA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA22; }
p { color: rgb(218,186,34); }
H1.HeaderClassName
{
color: #DABA22;
}
.AnyTagClassName
{
color: #DABA22;
}
</style>
background-color css
<style>
a { background-color: #DABA22; }
a { background-color: rgb(218,186,34); }
div.DivClassName
{
background-color: #DABA22;
}
.BgClassName
{
background-color: #DABA22;
}
</style>
border-color css
<style>
span { border-color: #DABA22; }
span { border-color: rgb(218,186,34); }
td.TdClassName
{
border-color: #DABA22;
}
.TagClassName
{
border-color: #DABA22;
}
</style>