Shades of Sunflower #DABB06
Tints of Sunflower #DABB06
RGB
CMYK
RGB Variations
Color information
#DABB06 (or 0xDABB06) is known color: Sunflower. HEX triplet: DA, BB and 06. RGB value is (218,187,6). Sum of RGB (Red+Green+Blue) = 218+187+6=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB06 is #2544F9. Grayscale: #B0B0B0. Windows color (decimal): -2442490 or 441306. OLE color: 441306.
HSL color Cylindrical-coordinate representation of color #DABB06: hue angle of 51.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DABB06 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 6 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.15 |
| HSL | 51.23º | 0.95% | 0.44% | - |
| HSV(B) | 51.23º | 0.97% | 0.85% | - |
| XYZ | 46.72 | 50.46 | 7.45 | - |
| YUV | 175.64 | 32.27 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 6 | 0 | 0.14 | 0.97 | 0.15 | 51.23 | 0.95 | 0.44 |
| Hex | DA | BB | 6 | 0 | E | 61 | F | 33 | 5F | 2C |
| Octal | 332 | 273 | 6 | 0 | 16 | 141 | 17 | 63 | 137 | 54 |
| Binary | 11011010 | 10111011 | 110 | 0 | 1110 | 1100001 | 1111 | 110011 | 1011111 | 101100 |
Color Harmonies of #DABB06
Complementary color
Monochromatic Colors of #DABB06
Black with #DABB06
Text Example
Text Example
White with #DABB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB06; }
p { color: rgb(218,187,6); }
H1.HeaderClassName
{
color: #DABB06;
}
.AnyTagClassName
{
color: #DABB06;
}
</style>
background-color css
<style>
a { background-color: #DABB06; }
a { background-color: rgb(218,187,6); }
div.DivClassName
{
background-color: #DABB06;
}
.BgClassName
{
background-color: #DABB06;
}
</style>
border-color css
<style>
span { border-color: #DABB06; }
span { border-color: rgb(218,187,6); }
td.TdClassName
{
border-color: #DABB06;
}
.TagClassName
{
border-color: #DABB06;
}
</style>