Shades of Sunflower #DABC04
Tints of Sunflower #DABC04
RGB
CMYK
RGB Variations
Color information
#DABC04 (or 0xDABC04) is known color: Sunflower. HEX triplet: DA, BC and 04. RGB value is (218,188,4). Sum of RGB (Red+Green+Blue) = 218+188+4=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC04 is #2543FB. Grayscale: #B0B0B0. Windows color (decimal): -2442236 or 310490. OLE color: 310490.
HSL color Cylindrical-coordinate representation of color #DABC04: hue angle of 51.59º 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 #DABC04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.15 |
| HSL | 51.59º | 0.96% | 0.44% | - |
| HSV(B) | 51.59º | 0.98% | 0.85% | - |
| XYZ | 46.92 | 50.88 | 7.46 | - |
| YUV | 175.99 | 30.94 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 4 | 0 | 0.14 | 0.98 | 0.15 | 51.59 | 0.96 | 0.44 |
| Hex | DA | BC | 4 | 0 | E | 62 | F | 34 | 60 | 2C |
| Octal | 332 | 274 | 4 | 0 | 16 | 142 | 17 | 64 | 140 | 54 |
| Binary | 11011010 | 10111100 | 100 | 0 | 1110 | 1100010 | 1111 | 110100 | 1100000 | 101100 |
Color Harmonies of #DABC04
Complementary color
Monochromatic Colors of #DABC04
Black with #DABC04
Text Example
Text Example
White with #DABC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC04; }
p { color: rgb(218,188,4); }
H1.HeaderClassName
{
color: #DABC04;
}
.AnyTagClassName
{
color: #DABC04;
}
</style>
background-color css
<style>
a { background-color: #DABC04; }
a { background-color: rgb(218,188,4); }
div.DivClassName
{
background-color: #DABC04;
}
.BgClassName
{
background-color: #DABC04;
}
</style>
border-color css
<style>
span { border-color: #DABC04; }
span { border-color: rgb(218,188,4); }
td.TdClassName
{
border-color: #DABC04;
}
.TagClassName
{
border-color: #DABC04;
}
</style>