Shades of Sunflower #DAB416
Tints of Sunflower #DAB416
RGB
CMYK
RGB Variations
Color information
#DAB416 (or 0xDAB416) is known color: Sunflower. HEX triplet: DA, B4 and 16. RGB value is (218,180,22). Sum of RGB (Red+Green+Blue) = 218+180+22=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB416 is #254BE9. Grayscale: #AEAEAE. Windows color (decimal): -2444266 or 1488090. OLE color: 1488090.
HSL color Cylindrical-coordinate representation of color #DAB416: hue angle of 48.37º 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 #DAB416 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 22 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.15 |
| HSL | 48.37º | 0.82% | 0.47% | - |
| HSV(B) | 48.37º | 0.9% | 0.85% | - |
| XYZ | 45.38 | 47.61 | 7.56 | - |
| YUV | 173.35 | 42.59 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 22 | 0 | 0.17 | 0.90 | 0.15 | 48.37 | 0.82 | 0.47 |
| Hex | DA | B4 | 16 | 0 | 11 | 5A | F | 30 | 52 | 2F |
| Octal | 332 | 264 | 26 | 0 | 21 | 132 | 17 | 60 | 122 | 57 |
| Binary | 11011010 | 10110100 | 10110 | 0 | 10001 | 1011010 | 1111 | 110000 | 1010010 | 101111 |
Color Harmonies of #DAB416
Complementary color
Monochromatic Colors of #DAB416
Black with #DAB416
Text Example
Text Example
White with #DAB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB416; }
p { color: rgb(218,180,22); }
H1.HeaderClassName
{
color: #DAB416;
}
.AnyTagClassName
{
color: #DAB416;
}
</style>
background-color css
<style>
a { background-color: #DAB416; }
a { background-color: rgb(218,180,22); }
div.DivClassName
{
background-color: #DAB416;
}
.BgClassName
{
background-color: #DAB416;
}
</style>
border-color css
<style>
span { border-color: #DAB416; }
span { border-color: rgb(218,180,22); }
td.TdClassName
{
border-color: #DAB416;
}
.TagClassName
{
border-color: #DAB416;
}
</style>