Shades of Sunflower #DAB815
Tints of Sunflower #DAB815
RGB
CMYK
RGB Variations
Color information
#DAB815 (or 0xDAB815) is known color: Sunflower. HEX triplet: DA, B8 and 15. RGB value is (218,184,21). Sum of RGB (Red+Green+Blue) = 218+184+21=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB815 is #2547EA. Grayscale: #B0B0B0. Windows color (decimal): -2443243 or 1423578. OLE color: 1423578.
HSL color Cylindrical-coordinate representation of color #DAB815: hue angle of 49.64º 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 #DAB815 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.15 |
| HSL | 49.64º | 0.82% | 0.47% | - |
| HSV(B) | 49.64º | 0.9% | 0.85% | - |
| XYZ | 46.19 | 49.24 | 7.78 | - |
| YUV | 175.58 | 40.76 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 21 | 0 | 0.16 | 0.90 | 0.15 | 49.64 | 0.82 | 0.47 |
| Hex | DA | B8 | 15 | 0 | 10 | 5A | F | 32 | 52 | 2F |
| Octal | 332 | 270 | 25 | 0 | 20 | 132 | 17 | 62 | 122 | 57 |
| Binary | 11011010 | 10111000 | 10101 | 0 | 10000 | 1011010 | 1111 | 110010 | 1010010 | 101111 |
Color Harmonies of #DAB815
Complementary color
Monochromatic Colors of #DAB815
Black with #DAB815
Text Example
Text Example
White with #DAB815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB815; }
p { color: rgb(218,184,21); }
H1.HeaderClassName
{
color: #DAB815;
}
.AnyTagClassName
{
color: #DAB815;
}
</style>
background-color css
<style>
a { background-color: #DAB815; }
a { background-color: rgb(218,184,21); }
div.DivClassName
{
background-color: #DAB815;
}
.BgClassName
{
background-color: #DAB815;
}
</style>
border-color css
<style>
span { border-color: #DAB815; }
span { border-color: rgb(218,184,21); }
td.TdClassName
{
border-color: #DAB815;
}
.TagClassName
{
border-color: #DAB815;
}
</style>