Shades of Sunflower #DAB818
Tints of Sunflower #DAB818
RGB
CMYK
RGB Variations
Color information
#DAB818 (or 0xDAB818) is known color: Sunflower. HEX triplet: DA, B8 and 18. RGB value is (218,184,24). Sum of RGB (Red+Green+Blue) = 218+184+24=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB818 is #2547E7. Grayscale: #B0B0B0. Windows color (decimal): -2443240 or 1620186. OLE color: 1620186.
HSL color Cylindrical-coordinate representation of color #DAB818: hue angle of 49.48º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAB818 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 24 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.15 |
| HSL | 49.48º | 0.8% | 0.47% | - |
| HSV(B) | 49.48º | 0.89% | 0.85% | - |
| XYZ | 46.22 | 49.25 | 7.93 | - |
| YUV | 175.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 24 | 0 | 0.16 | 0.89 | 0.15 | 49.48 | 0.8 | 0.47 |
| Hex | DA | B8 | 18 | 0 | 10 | 59 | F | 31 | 50 | 2F |
| Octal | 332 | 270 | 30 | 0 | 20 | 131 | 17 | 61 | 120 | 57 |
| Binary | 11011010 | 10111000 | 11000 | 0 | 10000 | 1011001 | 1111 | 110001 | 1010000 | 101111 |
Color Harmonies of #DAB818
Complementary color
Monochromatic Colors of #DAB818
Black with #DAB818
Text Example
Text Example
White with #DAB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB818; }
p { color: rgb(218,184,24); }
H1.HeaderClassName
{
color: #DAB818;
}
.AnyTagClassName
{
color: #DAB818;
}
</style>
background-color css
<style>
a { background-color: #DAB818; }
a { background-color: rgb(218,184,24); }
div.DivClassName
{
background-color: #DAB818;
}
.BgClassName
{
background-color: #DAB818;
}
</style>
border-color css
<style>
span { border-color: #DAB818; }
span { border-color: rgb(218,184,24); }
td.TdClassName
{
border-color: #DAB818;
}
.TagClassName
{
border-color: #DAB818;
}
</style>