Shades of Sunflower #DAB116
Tints of Sunflower #DAB116
RGB
CMYK
RGB Variations
Color information
#DAB116 (or 0xDAB116) is known color: Sunflower. HEX triplet: DA, B1 and 16. RGB value is (218,177,22). Sum of RGB (Red+Green+Blue) = 218+177+22=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB116 is #254EE9. Grayscale: #ACACAC. Windows color (decimal): -2445034 or 1487322. OLE color: 1487322.
HSL color Cylindrical-coordinate representation of color #DAB116: hue angle of 47.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAB116 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 22 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.15 |
| HSL | 47.45º | 0.82% | 0.47% | - |
| HSV(B) | 47.45º | 0.9% | 0.85% | - |
| XYZ | 44.78 | 46.41 | 7.36 | - |
| YUV | 171.59 | 43.58 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 22 | 0 | 0.19 | 0.90 | 0.15 | 47.45 | 0.82 | 0.47 |
| Hex | DA | B1 | 16 | 0 | 13 | 5A | F | 2F | 52 | 2F |
| Octal | 332 | 261 | 26 | 0 | 23 | 132 | 17 | 57 | 122 | 57 |
| Binary | 11011010 | 10110001 | 10110 | 0 | 10011 | 1011010 | 1111 | 101111 | 1010010 | 101111 |
Color Harmonies of #DAB116
Complementary color
Monochromatic Colors of #DAB116
Black with #DAB116
Text Example
Text Example
White with #DAB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB116; }
p { color: rgb(218,177,22); }
H1.HeaderClassName
{
color: #DAB116;
}
.AnyTagClassName
{
color: #DAB116;
}
</style>
background-color css
<style>
a { background-color: #DAB116; }
a { background-color: rgb(218,177,22); }
div.DivClassName
{
background-color: #DAB116;
}
.BgClassName
{
background-color: #DAB116;
}
</style>
border-color css
<style>
span { border-color: #DAB116; }
span { border-color: rgb(218,177,22); }
td.TdClassName
{
border-color: #DAB116;
}
.TagClassName
{
border-color: #DAB116;
}
</style>