Shades of Sunflower #DAC41F
Tints of Sunflower #DAC41F
RGB
CMYK
RGB Variations
Color information
#DAC41F (or 0xDAC41F) is known color: Sunflower. HEX triplet: DA, C4 and 1F. RGB value is (218,196,31). Sum of RGB (Red+Green+Blue) = 218+196+31=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC41F is #253BE0. Grayscale: #B8B8B8. Windows color (decimal): -2440161 or 2082010. OLE color: 2082010.
HSL color Cylindrical-coordinate representation of color #DAC41F: hue angle of 52.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAC41F is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 31 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.15 |
| HSL | 52.94º | 0.75% | 0.49% | - |
| HSV(B) | 52.94º | 0.86% | 0.85% | - |
| XYZ | 48.9 | 54.48 | 9.24 | - |
| YUV | 183.77 | 41.79 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 31 | 0 | 0.10 | 0.86 | 0.15 | 52.94 | 0.75 | 0.49 |
| Hex | DA | C4 | 1F | 0 | A | 56 | F | 35 | 4B | 31 |
| Octal | 332 | 304 | 37 | 0 | 12 | 126 | 17 | 65 | 113 | 61 |
| Binary | 11011010 | 11000100 | 11111 | 0 | 1010 | 1010110 | 1111 | 110101 | 1001011 | 110001 |
Color Harmonies of #DAC41F
Complementary color
Monochromatic Colors of #DAC41F
Black with #DAC41F
Text Example
Text Example
White with #DAC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC41F; }
p { color: rgb(218,196,31); }
H1.HeaderClassName
{
color: #DAC41F;
}
.AnyTagClassName
{
color: #DAC41F;
}
</style>
background-color css
<style>
a { background-color: #DAC41F; }
a { background-color: rgb(218,196,31); }
div.DivClassName
{
background-color: #DAC41F;
}
.BgClassName
{
background-color: #DAC41F;
}
</style>
border-color css
<style>
span { border-color: #DAC41F; }
span { border-color: rgb(218,196,31); }
td.TdClassName
{
border-color: #DAC41F;
}
.TagClassName
{
border-color: #DAC41F;
}
</style>