Shades of Sunflower #DABC10
Tints of Sunflower #DABC10
RGB
CMYK
RGB Variations
Color information
#DABC10 (or 0xDABC10) is known color: Sunflower. HEX triplet: DA, BC and 10. RGB value is (218,188,16). Sum of RGB (Red+Green+Blue) = 218+188+16=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC10 is #2543EF. Grayscale: #B2B2B2. Windows color (decimal): -2442224 or 1096922. OLE color: 1096922.
HSL color Cylindrical-coordinate representation of color #DABC10: hue angle of 51.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DABC10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.15 |
| HSL | 51.09º | 0.86% | 0.46% | - |
| HSV(B) | 51.09º | 0.93% | 0.85% | - |
| XYZ | 46.99 | 50.91 | 7.84 | - |
| YUV | 177.36 | 36.94 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 16 | 0 | 0.14 | 0.93 | 0.15 | 51.09 | 0.86 | 0.46 |
| Hex | DA | BC | 10 | 0 | E | 5D | F | 33 | 56 | 2E |
| Octal | 332 | 274 | 20 | 0 | 16 | 135 | 17 | 63 | 126 | 56 |
| Binary | 11011010 | 10111100 | 10000 | 0 | 1110 | 1011101 | 1111 | 110011 | 1010110 | 101110 |
Color Harmonies of #DABC10
Complementary color
Monochromatic Colors of #DABC10
Black with #DABC10
Text Example
Text Example
White with #DABC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC10; }
p { color: rgb(218,188,16); }
H1.HeaderClassName
{
color: #DABC10;
}
.AnyTagClassName
{
color: #DABC10;
}
</style>
background-color css
<style>
a { background-color: #DABC10; }
a { background-color: rgb(218,188,16); }
div.DivClassName
{
background-color: #DABC10;
}
.BgClassName
{
background-color: #DABC10;
}
</style>
border-color css
<style>
span { border-color: #DABC10; }
span { border-color: rgb(218,188,16); }
td.TdClassName
{
border-color: #DABC10;
}
.TagClassName
{
border-color: #DABC10;
}
</style>