Shades of Sunflower #DAC41B
Tints of Sunflower #DAC41B
RGB
CMYK
RGB Variations
Color information
#DAC41B (or 0xDAC41B) is known color: Sunflower. HEX triplet: DA, C4 and 1B. RGB value is (218,196,27). Sum of RGB (Red+Green+Blue) = 218+196+27=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC41B is #253BE4. Grayscale: #B8B8B8. Windows color (decimal): -2440165 or 1819866. OLE color: 1819866.
HSL color Cylindrical-coordinate representation of color #DAC41B: hue angle of 53.09º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAC41B is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 27 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.15 |
| HSL | 53.09º | 0.78% | 0.48% | - |
| HSV(B) | 53.09º | 0.88% | 0.85% | - |
| XYZ | 48.85 | 54.46 | 8.97 | - |
| YUV | 183.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 27 | 0 | 0.10 | 0.88 | 0.15 | 53.09 | 0.78 | 0.48 |
| Hex | DA | C4 | 1B | 0 | A | 58 | F | 35 | 4E | 30 |
| Octal | 332 | 304 | 33 | 0 | 12 | 130 | 17 | 65 | 116 | 60 |
| Binary | 11011010 | 11000100 | 11011 | 0 | 1010 | 1011000 | 1111 | 110101 | 1001110 | 110000 |
Color Harmonies of #DAC41B
Complementary color
Monochromatic Colors of #DAC41B
Black with #DAC41B
Text Example
Text Example
White with #DAC41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC41B; }
p { color: rgb(218,196,27); }
H1.HeaderClassName
{
color: #DAC41B;
}
.AnyTagClassName
{
color: #DAC41B;
}
</style>
background-color css
<style>
a { background-color: #DAC41B; }
a { background-color: rgb(218,196,27); }
div.DivClassName
{
background-color: #DAC41B;
}
.BgClassName
{
background-color: #DAC41B;
}
</style>
border-color css
<style>
span { border-color: #DAC41B; }
span { border-color: rgb(218,196,27); }
td.TdClassName
{
border-color: #DAC41B;
}
.TagClassName
{
border-color: #DAC41B;
}
</style>