Shades of Sunflower #DAC41C
Tints of Sunflower #DAC41C
RGB
CMYK
RGB Variations
Color information
#DAC41C (or 0xDAC41C) is known color: Sunflower. HEX triplet: DA, C4 and 1C. RGB value is (218,196,28). Sum of RGB (Red+Green+Blue) = 218+196+28=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC41C is #253BE3. Grayscale: #B8B8B8. Windows color (decimal): -2440164 or 1885402. OLE color: 1885402.
HSL color Cylindrical-coordinate representation of color #DAC41C: hue angle of 53.05º 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 #DAC41C is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 28 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.15 |
| HSL | 53.05º | 0.77% | 0.48% | - |
| HSV(B) | 53.05º | 0.87% | 0.85% | - |
| XYZ | 48.86 | 54.47 | 9.04 | - |
| YUV | 183.43 | 40.29 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 28 | 0 | 0.10 | 0.87 | 0.15 | 53.05 | 0.77 | 0.48 |
| Hex | DA | C4 | 1C | 0 | A | 57 | F | 35 | 4D | 30 |
| Octal | 332 | 304 | 34 | 0 | 12 | 127 | 17 | 65 | 115 | 60 |
| Binary | 11011010 | 11000100 | 11100 | 0 | 1010 | 1010111 | 1111 | 110101 | 1001101 | 110000 |
Color Harmonies of #DAC41C
Complementary color
Monochromatic Colors of #DAC41C
Black with #DAC41C
Text Example
Text Example
White with #DAC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC41C; }
p { color: rgb(218,196,28); }
H1.HeaderClassName
{
color: #DAC41C;
}
.AnyTagClassName
{
color: #DAC41C;
}
</style>
background-color css
<style>
a { background-color: #DAC41C; }
a { background-color: rgb(218,196,28); }
div.DivClassName
{
background-color: #DAC41C;
}
.BgClassName
{
background-color: #DAC41C;
}
</style>
border-color css
<style>
span { border-color: #DAC41C; }
span { border-color: rgb(218,196,28); }
td.TdClassName
{
border-color: #DAC41C;
}
.TagClassName
{
border-color: #DAC41C;
}
</style>