Shades of Sunflower #DAB114
Tints of Sunflower #DAB114
RGB
CMYK
RGB Variations
Color information
#DAB114 (or 0xDAB114) is known color: Sunflower. HEX triplet: DA, B1 and 14. RGB value is (218,177,20). Sum of RGB (Red+Green+Blue) = 218+177+20=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB114 is #254EEB. Grayscale: #ACACAC. Windows color (decimal): -2445036 or 1356250. OLE color: 1356250.
HSL color Cylindrical-coordinate representation of color #DAB114: hue angle of 47.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAB114 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 20 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.15 |
| HSL | 47.58º | 0.83% | 0.47% | - |
| HSV(B) | 47.58º | 0.91% | 0.85% | - |
| XYZ | 44.76 | 46.4 | 7.26 | - |
| YUV | 171.36 | 42.58 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 20 | 0 | 0.19 | 0.91 | 0.15 | 47.58 | 0.83 | 0.47 |
| Hex | DA | B1 | 14 | 0 | 13 | 5B | F | 30 | 53 | 2F |
| Octal | 332 | 261 | 24 | 0 | 23 | 133 | 17 | 60 | 123 | 57 |
| Binary | 11011010 | 10110001 | 10100 | 0 | 10011 | 1011011 | 1111 | 110000 | 1010011 | 101111 |
Color Harmonies of #DAB114
Complementary color
Monochromatic Colors of #DAB114
Black with #DAB114
Text Example
Text Example
White with #DAB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB114; }
p { color: rgb(218,177,20); }
H1.HeaderClassName
{
color: #DAB114;
}
.AnyTagClassName
{
color: #DAB114;
}
</style>
background-color css
<style>
a { background-color: #DAB114; }
a { background-color: rgb(218,177,20); }
div.DivClassName
{
background-color: #DAB114;
}
.BgClassName
{
background-color: #DAB114;
}
</style>
border-color css
<style>
span { border-color: #DAB114; }
span { border-color: rgb(218,177,20); }
td.TdClassName
{
border-color: #DAB114;
}
.TagClassName
{
border-color: #DAB114;
}
</style>