Shades of Sunflower #DAB515
Tints of Sunflower #DAB515
RGB
CMYK
RGB Variations
Color information
#DAB515 (or 0xDAB515) is known color: Sunflower. HEX triplet: DA, B5 and 15. RGB value is (218,181,21). Sum of RGB (Red+Green+Blue) = 218+181+21=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB515 is #254AEA. Grayscale: #AEAEAE. Windows color (decimal): -2444011 or 1422810. OLE color: 1422810.
HSL color Cylindrical-coordinate representation of color #DAB515: hue angle of 48.73º 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 #DAB515 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.15 |
| HSL | 48.73º | 0.82% | 0.47% | - |
| HSV(B) | 48.73º | 0.9% | 0.85% | - |
| XYZ | 45.57 | 48.01 | 7.57 | - |
| YUV | 173.82 | 41.76 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 21 | 0 | 0.17 | 0.90 | 0.15 | 48.73 | 0.82 | 0.47 |
| Hex | DA | B5 | 15 | 0 | 11 | 5A | F | 31 | 52 | 2F |
| Octal | 332 | 265 | 25 | 0 | 21 | 132 | 17 | 61 | 122 | 57 |
| Binary | 11011010 | 10110101 | 10101 | 0 | 10001 | 1011010 | 1111 | 110001 | 1010010 | 101111 |
Color Harmonies of #DAB515
Complementary color
Monochromatic Colors of #DAB515
Black with #DAB515
Text Example
Text Example
White with #DAB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB515; }
p { color: rgb(218,181,21); }
H1.HeaderClassName
{
color: #DAB515;
}
.AnyTagClassName
{
color: #DAB515;
}
</style>
background-color css
<style>
a { background-color: #DAB515; }
a { background-color: rgb(218,181,21); }
div.DivClassName
{
background-color: #DAB515;
}
.BgClassName
{
background-color: #DAB515;
}
</style>
border-color css
<style>
span { border-color: #DAB515; }
span { border-color: rgb(218,181,21); }
td.TdClassName
{
border-color: #DAB515;
}
.TagClassName
{
border-color: #DAB515;
}
</style>