Shades of Sunflower #DAB417
Tints of Sunflower #DAB417
RGB
CMYK
RGB Variations
Color information
#DAB417 (or 0xDAB417) is known color: Sunflower. HEX triplet: DA, B4 and 17. RGB value is (218,180,23). Sum of RGB (Red+Green+Blue) = 218+180+23=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB417 is #254BE8. Grayscale: #AEAEAE. Windows color (decimal): -2444265 or 1553626. OLE color: 1553626.
HSL color Cylindrical-coordinate representation of color #DAB417: hue angle of 48.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAB417 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.15 |
| HSL | 48.31º | 0.81% | 0.47% | - |
| HSV(B) | 48.31º | 0.89% | 0.85% | - |
| XYZ | 45.39 | 47.61 | 7.61 | - |
| YUV | 173.46 | 43.09 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 23 | 0 | 0.17 | 0.89 | 0.15 | 48.31 | 0.81 | 0.47 |
| Hex | DA | B4 | 17 | 0 | 11 | 59 | F | 30 | 51 | 2F |
| Octal | 332 | 264 | 27 | 0 | 21 | 131 | 17 | 60 | 121 | 57 |
| Binary | 11011010 | 10110100 | 10111 | 0 | 10001 | 1011001 | 1111 | 110000 | 1010001 | 101111 |
Color Harmonies of #DAB417
Complementary color
Monochromatic Colors of #DAB417
Black with #DAB417
Text Example
Text Example
White with #DAB417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB417; }
p { color: rgb(218,180,23); }
H1.HeaderClassName
{
color: #DAB417;
}
.AnyTagClassName
{
color: #DAB417;
}
</style>
background-color css
<style>
a { background-color: #DAB417; }
a { background-color: rgb(218,180,23); }
div.DivClassName
{
background-color: #DAB417;
}
.BgClassName
{
background-color: #DAB417;
}
</style>
border-color css
<style>
span { border-color: #DAB417; }
span { border-color: rgb(218,180,23); }
td.TdClassName
{
border-color: #DAB417;
}
.TagClassName
{
border-color: #DAB417;
}
</style>