Shades of Sunflower #DAB210
Tints of Sunflower #DAB210
RGB
CMYK
RGB Variations
Color information
#DAB210 (or 0xDAB210) is known color: Sunflower. HEX triplet: DA, B2 and 10. RGB value is (218,178,16). Sum of RGB (Red+Green+Blue) = 218+178+16=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB210 is #254DEF. Grayscale: #ACACAC. Windows color (decimal): -2444784 or 1094362. OLE color: 1094362.
HSL color Cylindrical-coordinate representation of color #DAB210: hue angle of 48.12º 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 #DAB210 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 16 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.15 |
| HSL | 48.12º | 0.86% | 0.46% | - |
| HSV(B) | 48.12º | 0.93% | 0.85% | - |
| XYZ | 44.93 | 46.78 | 7.15 | - |
| YUV | 171.49 | 40.25 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 16 | 0 | 0.18 | 0.93 | 0.15 | 48.12 | 0.86 | 0.46 |
| Hex | DA | B2 | 10 | 0 | 12 | 5D | F | 30 | 56 | 2E |
| Octal | 332 | 262 | 20 | 0 | 22 | 135 | 17 | 60 | 126 | 56 |
| Binary | 11011010 | 10110010 | 10000 | 0 | 10010 | 1011101 | 1111 | 110000 | 1010110 | 101110 |
Color Harmonies of #DAB210
Complementary color
Monochromatic Colors of #DAB210
Black with #DAB210
Text Example
Text Example
White with #DAB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB210; }
p { color: rgb(218,178,16); }
H1.HeaderClassName
{
color: #DAB210;
}
.AnyTagClassName
{
color: #DAB210;
}
</style>
background-color css
<style>
a { background-color: #DAB210; }
a { background-color: rgb(218,178,16); }
div.DivClassName
{
background-color: #DAB210;
}
.BgClassName
{
background-color: #DAB210;
}
</style>
border-color css
<style>
span { border-color: #DAB210; }
span { border-color: rgb(218,178,16); }
td.TdClassName
{
border-color: #DAB210;
}
.TagClassName
{
border-color: #DAB210;
}
</style>