Shades of Sunflower #DAB514
Tints of Sunflower #DAB514
RGB
CMYK
RGB Variations
Color information
#DAB514 (or 0xDAB514) is known color: Sunflower. HEX triplet: DA, B5 and 14. RGB value is (218,181,20). Sum of RGB (Red+Green+Blue) = 218+181+20=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB514 is #254AEB. Grayscale: #AEAEAE. Windows color (decimal): -2444012 or 1357274. OLE color: 1357274.
HSL color Cylindrical-coordinate representation of color #DAB514: hue angle of 48.79º 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 #DAB514 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 20 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.15 |
| HSL | 48.79º | 0.83% | 0.47% | - |
| HSV(B) | 48.79º | 0.91% | 0.85% | - |
| XYZ | 45.56 | 48 | 7.53 | - |
| YUV | 173.71 | 41.26 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 20 | 0 | 0.17 | 0.91 | 0.15 | 48.79 | 0.83 | 0.47 |
| Hex | DA | B5 | 14 | 0 | 11 | 5B | F | 31 | 53 | 2F |
| Octal | 332 | 265 | 24 | 0 | 21 | 133 | 17 | 61 | 123 | 57 |
| Binary | 11011010 | 10110101 | 10100 | 0 | 10001 | 1011011 | 1111 | 110001 | 1010011 | 101111 |
Color Harmonies of #DAB514
Complementary color
Monochromatic Colors of #DAB514
Black with #DAB514
Text Example
Text Example
White with #DAB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB514; }
p { color: rgb(218,181,20); }
H1.HeaderClassName
{
color: #DAB514;
}
.AnyTagClassName
{
color: #DAB514;
}
</style>
background-color css
<style>
a { background-color: #DAB514; }
a { background-color: rgb(218,181,20); }
div.DivClassName
{
background-color: #DAB514;
}
.BgClassName
{
background-color: #DAB514;
}
</style>
border-color css
<style>
span { border-color: #DAB514; }
span { border-color: rgb(218,181,20); }
td.TdClassName
{
border-color: #DAB514;
}
.TagClassName
{
border-color: #DAB514;
}
</style>