Shades of Sunflower #DABB22
Tints of Sunflower #DABB22
RGB
CMYK
RGB Variations
Color information
#DABB22 (or 0xDABB22) is known color: Sunflower. HEX triplet: DA, BB and 22. RGB value is (218,187,34). Sum of RGB (Red+Green+Blue) = 218+187+34=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB22 is #2544DD. Grayscale: #B3B3B3. Windows color (decimal): -2442462 or 2276314. OLE color: 2276314.
HSL color Cylindrical-coordinate representation of color #DABB22: hue angle of 49.89º 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 #DABB22 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 34 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.15 |
| HSL | 49.89º | 0.73% | 0.49% | - |
| HSV(B) | 49.89º | 0.84% | 0.85% | - |
| XYZ | 46.97 | 50.56 | 8.8 | - |
| YUV | 178.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 34 | 0 | 0.14 | 0.84 | 0.15 | 49.89 | 0.73 | 0.49 |
| Hex | DA | BB | 22 | 0 | E | 54 | F | 32 | 49 | 31 |
| Octal | 332 | 273 | 42 | 0 | 16 | 124 | 17 | 62 | 111 | 61 |
| Binary | 11011010 | 10111011 | 100010 | 0 | 1110 | 1010100 | 1111 | 110010 | 1001001 | 110001 |
Color Harmonies of #DABB22
Complementary color
Monochromatic Colors of #DABB22
Black with #DABB22
Text Example
Text Example
White with #DABB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB22; }
p { color: rgb(218,187,34); }
H1.HeaderClassName
{
color: #DABB22;
}
.AnyTagClassName
{
color: #DABB22;
}
</style>
background-color css
<style>
a { background-color: #DABB22; }
a { background-color: rgb(218,187,34); }
div.DivClassName
{
background-color: #DABB22;
}
.BgClassName
{
background-color: #DABB22;
}
</style>
border-color css
<style>
span { border-color: #DABB22; }
span { border-color: rgb(218,187,34); }
td.TdClassName
{
border-color: #DABB22;
}
.TagClassName
{
border-color: #DABB22;
}
</style>