Shades of Sunflower #DABB19
Tints of Sunflower #DABB19
RGB
CMYK
RGB Variations
Color information
#DABB19 (or 0xDABB19) is known color: Sunflower. HEX triplet: DA, BB and 19. RGB value is (218,187,25). Sum of RGB (Red+Green+Blue) = 218+187+25=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB19 is #2544E6. Grayscale: #B2B2B2. Windows color (decimal): -2442471 or 1686490. OLE color: 1686490.
HSL color Cylindrical-coordinate representation of color #DABB19: hue angle of 50.36º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DABB19 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 25 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.15 |
| HSL | 50.36º | 0.79% | 0.48% | - |
| HSV(B) | 50.36º | 0.89% | 0.85% | - |
| XYZ | 46.86 | 50.52 | 8.2 | - |
| YUV | 177.8 | 41.77 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 25 | 0 | 0.14 | 0.89 | 0.15 | 50.36 | 0.79 | 0.48 |
| Hex | DA | BB | 19 | 0 | E | 59 | F | 32 | 4F | 30 |
| Octal | 332 | 273 | 31 | 0 | 16 | 131 | 17 | 62 | 117 | 60 |
| Binary | 11011010 | 10111011 | 11001 | 0 | 1110 | 1011001 | 1111 | 110010 | 1001111 | 110000 |
Color Harmonies of #DABB19
Complementary color
Monochromatic Colors of #DABB19
Black with #DABB19
Text Example
Text Example
White with #DABB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB19; }
p { color: rgb(218,187,25); }
H1.HeaderClassName
{
color: #DABB19;
}
.AnyTagClassName
{
color: #DABB19;
}
</style>
background-color css
<style>
a { background-color: #DABB19; }
a { background-color: rgb(218,187,25); }
div.DivClassName
{
background-color: #DABB19;
}
.BgClassName
{
background-color: #DABB19;
}
</style>
border-color css
<style>
span { border-color: #DABB19; }
span { border-color: rgb(218,187,25); }
td.TdClassName
{
border-color: #DABB19;
}
.TagClassName
{
border-color: #DABB19;
}
</style>