Shades of Sunflower #DABB05
Tints of Sunflower #DABB05
RGB
CMYK
RGB Variations
Color information
#DABB05 (or 0xDABB05) is known color: Sunflower. HEX triplet: DA, BB and 05. RGB value is (218,187,5). Sum of RGB (Red+Green+Blue) = 218+187+5=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB05 is #2544FA. Grayscale: #B0B0B0. Windows color (decimal): -2442491 or 375770. OLE color: 375770.
HSL color Cylindrical-coordinate representation of color #DABB05: hue angle of 51.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DABB05 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.15 |
| HSL | 51.27º | 0.96% | 0.44% | - |
| HSV(B) | 51.27º | 0.98% | 0.85% | - |
| XYZ | 46.71 | 50.46 | 7.42 | - |
| YUV | 175.52 | 31.77 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 5 | 0 | 0.14 | 0.98 | 0.15 | 51.27 | 0.96 | 0.44 |
| Hex | DA | BB | 5 | 0 | E | 62 | F | 33 | 60 | 2C |
| Octal | 332 | 273 | 5 | 0 | 16 | 142 | 17 | 63 | 140 | 54 |
| Binary | 11011010 | 10111011 | 101 | 0 | 1110 | 1100010 | 1111 | 110011 | 1100000 | 101100 |
Color Harmonies of #DABB05
Complementary color
Monochromatic Colors of #DABB05
Black with #DABB05
Text Example
Text Example
White with #DABB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB05; }
p { color: rgb(218,187,5); }
H1.HeaderClassName
{
color: #DABB05;
}
.AnyTagClassName
{
color: #DABB05;
}
</style>
background-color css
<style>
a { background-color: #DABB05; }
a { background-color: rgb(218,187,5); }
div.DivClassName
{
background-color: #DABB05;
}
.BgClassName
{
background-color: #DABB05;
}
</style>
border-color css
<style>
span { border-color: #DABB05; }
span { border-color: rgb(218,187,5); }
td.TdClassName
{
border-color: #DABB05;
}
.TagClassName
{
border-color: #DABB05;
}
</style>