Shades of Sunflower #DABA1D
Tints of Sunflower #DABA1D
RGB
CMYK
RGB Variations
Color information
#DABA1D (or 0xDABA1D) is known color: Sunflower. HEX triplet: DA, BA and 1D. RGB value is (218,186,29). Sum of RGB (Red+Green+Blue) = 218+186+29=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA1D is #2545E2. Grayscale: #B2B2B2. Windows color (decimal): -2442723 or 1948378. OLE color: 1948378.
HSL color Cylindrical-coordinate representation of color #DABA1D: hue angle of 49.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DABA1D is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 29 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.15 |
| HSL | 49.84º | 0.77% | 0.48% | - |
| HSV(B) | 49.84º | 0.87% | 0.85% | - |
| XYZ | 46.69 | 50.11 | 8.37 | - |
| YUV | 177.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 29 | 0 | 0.15 | 0.87 | 0.15 | 49.84 | 0.77 | 0.48 |
| Hex | DA | BA | 1D | 0 | F | 57 | F | 32 | 4D | 30 |
| Octal | 332 | 272 | 35 | 0 | 17 | 127 | 17 | 62 | 115 | 60 |
| Binary | 11011010 | 10111010 | 11101 | 0 | 1111 | 1010111 | 1111 | 110010 | 1001101 | 110000 |
Color Harmonies of #DABA1D
Complementary color
Monochromatic Colors of #DABA1D
Black with #DABA1D
Text Example
Text Example
White with #DABA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA1D; }
p { color: rgb(218,186,29); }
H1.HeaderClassName
{
color: #DABA1D;
}
.AnyTagClassName
{
color: #DABA1D;
}
</style>
background-color css
<style>
a { background-color: #DABA1D; }
a { background-color: rgb(218,186,29); }
div.DivClassName
{
background-color: #DABA1D;
}
.BgClassName
{
background-color: #DABA1D;
}
</style>
border-color css
<style>
span { border-color: #DABA1D; }
span { border-color: rgb(218,186,29); }
td.TdClassName
{
border-color: #DABA1D;
}
.TagClassName
{
border-color: #DABA1D;
}
</style>