Shades of Sunflower #DAB50C
Tints of Sunflower #DAB50C
RGB
CMYK
RGB Variations
Color information
#DAB50C (or 0xDAB50C) is known color: Sunflower. HEX triplet: DA, B5 and 0C. RGB value is (218,181,12). Sum of RGB (Red+Green+Blue) = 218+181+12=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB50C is #254AF3. Grayscale: #ADADAD. Windows color (decimal): -2444020 or 832986. OLE color: 832986.
HSL color Cylindrical-coordinate representation of color #DAB50C: hue angle of 49.22º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAB50C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.15 |
| HSL | 49.22º | 0.9% | 0.45% | - |
| HSV(B) | 49.22º | 0.94% | 0.85% | - |
| XYZ | 45.5 | 47.98 | 7.21 | - |
| YUV | 172.8 | 37.26 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 12 | 0 | 0.17 | 0.94 | 0.15 | 49.22 | 0.9 | 0.45 |
| Hex | DA | B5 | C | 0 | 11 | 5E | F | 31 | 5A | 2D |
| Octal | 332 | 265 | 14 | 0 | 21 | 136 | 17 | 61 | 132 | 55 |
| Binary | 11011010 | 10110101 | 1100 | 0 | 10001 | 1011110 | 1111 | 110001 | 1011010 | 101101 |
Color Harmonies of #DAB50C
Complementary color
Monochromatic Colors of #DAB50C
Black with #DAB50C
Text Example
Text Example
White with #DAB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB50C; }
p { color: rgb(218,181,12); }
H1.HeaderClassName
{
color: #DAB50C;
}
.AnyTagClassName
{
color: #DAB50C;
}
</style>
background-color css
<style>
a { background-color: #DAB50C; }
a { background-color: rgb(218,181,12); }
div.DivClassName
{
background-color: #DAB50C;
}
.BgClassName
{
background-color: #DAB50C;
}
</style>
border-color css
<style>
span { border-color: #DAB50C; }
span { border-color: rgb(218,181,12); }
td.TdClassName
{
border-color: #DAB50C;
}
.TagClassName
{
border-color: #DAB50C;
}
</style>