Shades of Sunflower #DAB914
Tints of Sunflower #DAB914
RGB
CMYK
RGB Variations
Color information
#DAB914 (or 0xDAB914) is known color: Sunflower. HEX triplet: DA, B9 and 14. RGB value is (218,185,20). Sum of RGB (Red+Green+Blue) = 218+185+20=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB914 is #2546EB. Grayscale: #B0B0B0. Windows color (decimal): -2442988 or 1358298. OLE color: 1358298.
HSL color Cylindrical-coordinate representation of color #DAB914: hue angle of 50º 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 #DAB914 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 20 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.15 |
| HSL | 50º | 0.83% | 0.47% | - |
| HSV(B) | 50º | 0.91% | 0.85% | - |
| XYZ | 46.39 | 49.65 | 7.8 | - |
| YUV | 176.06 | 39.93 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 20 | 0 | 0.15 | 0.91 | 0.15 | 50 | 0.83 | 0.47 |
| Hex | DA | B9 | 14 | 0 | F | 5B | F | 32 | 53 | 2F |
| Octal | 332 | 271 | 24 | 0 | 17 | 133 | 17 | 62 | 123 | 57 |
| Binary | 11011010 | 10111001 | 10100 | 0 | 1111 | 1011011 | 1111 | 110010 | 1010011 | 101111 |
Color Harmonies of #DAB914
Complementary color
Monochromatic Colors of #DAB914
Black with #DAB914
Text Example
Text Example
White with #DAB914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB914; }
p { color: rgb(218,185,20); }
H1.HeaderClassName
{
color: #DAB914;
}
.AnyTagClassName
{
color: #DAB914;
}
</style>
background-color css
<style>
a { background-color: #DAB914; }
a { background-color: rgb(218,185,20); }
div.DivClassName
{
background-color: #DAB914;
}
.BgClassName
{
background-color: #DAB914;
}
</style>
border-color css
<style>
span { border-color: #DAB914; }
span { border-color: rgb(218,185,20); }
td.TdClassName
{
border-color: #DAB914;
}
.TagClassName
{
border-color: #DAB914;
}
</style>