Shades of Sunflower #DAB215
Tints of Sunflower #DAB215
RGB
CMYK
RGB Variations
Color information
#DAB215 (or 0xDAB215) is known color: Sunflower. HEX triplet: DA, B2 and 15. RGB value is (218,178,21). Sum of RGB (Red+Green+Blue) = 218+178+21=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB215 is #254DEA. Grayscale: #ACACAC. Windows color (decimal): -2444779 or 1422042. OLE color: 1422042.
HSL color Cylindrical-coordinate representation of color #DAB215: hue angle of 47.82º 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 #DAB215 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.15 |
| HSL | 47.82º | 0.82% | 0.47% | - |
| HSV(B) | 47.82º | 0.9% | 0.85% | - |
| XYZ | 44.97 | 46.8 | 7.37 | - |
| YUV | 172.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 21 | 0 | 0.18 | 0.90 | 0.15 | 47.82 | 0.82 | 0.47 |
| Hex | DA | B2 | 15 | 0 | 12 | 5A | F | 30 | 52 | 2F |
| Octal | 332 | 262 | 25 | 0 | 22 | 132 | 17 | 60 | 122 | 57 |
| Binary | 11011010 | 10110010 | 10101 | 0 | 10010 | 1011010 | 1111 | 110000 | 1010010 | 101111 |
Color Harmonies of #DAB215
Complementary color
Monochromatic Colors of #DAB215
Black with #DAB215
Text Example
Text Example
White with #DAB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB215; }
p { color: rgb(218,178,21); }
H1.HeaderClassName
{
color: #DAB215;
}
.AnyTagClassName
{
color: #DAB215;
}
</style>
background-color css
<style>
a { background-color: #DAB215; }
a { background-color: rgb(218,178,21); }
div.DivClassName
{
background-color: #DAB215;
}
.BgClassName
{
background-color: #DAB215;
}
</style>
border-color css
<style>
span { border-color: #DAB215; }
span { border-color: rgb(218,178,21); }
td.TdClassName
{
border-color: #DAB215;
}
.TagClassName
{
border-color: #DAB215;
}
</style>