Shades of Sunflower #DAC01D
Tints of Sunflower #DAC01D
RGB
CMYK
RGB Variations
Color information
#DAC01D (or 0xDAC01D) is known color: Sunflower. HEX triplet: DA, C0 and 1D. RGB value is (218,192,29). Sum of RGB (Red+Green+Blue) = 218+192+29=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC01D is #253FE2. Grayscale: #B5B5B5. Windows color (decimal): -2441187 or 1949914. OLE color: 1949914.
HSL color Cylindrical-coordinate representation of color #DAC01D: hue angle of 51.75º 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 #DAC01D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 29 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.15 |
| HSL | 51.75º | 0.77% | 0.48% | - |
| HSV(B) | 51.75º | 0.87% | 0.85% | - |
| XYZ | 47.98 | 52.69 | 8.8 | - |
| YUV | 181.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 29 | 0 | 0.12 | 0.87 | 0.15 | 51.75 | 0.77 | 0.48 |
| Hex | DA | C0 | 1D | 0 | C | 57 | F | 34 | 4D | 30 |
| Octal | 332 | 300 | 35 | 0 | 14 | 127 | 17 | 64 | 115 | 60 |
| Binary | 11011010 | 11000000 | 11101 | 0 | 1100 | 1010111 | 1111 | 110100 | 1001101 | 110000 |
Color Harmonies of #DAC01D
Complementary color
Monochromatic Colors of #DAC01D
Black with #DAC01D
Text Example
Text Example
White with #DAC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC01D; }
p { color: rgb(218,192,29); }
H1.HeaderClassName
{
color: #DAC01D;
}
.AnyTagClassName
{
color: #DAC01D;
}
</style>
background-color css
<style>
a { background-color: #DAC01D; }
a { background-color: rgb(218,192,29); }
div.DivClassName
{
background-color: #DAC01D;
}
.BgClassName
{
background-color: #DAC01D;
}
</style>
border-color css
<style>
span { border-color: #DAC01D; }
span { border-color: rgb(218,192,29); }
td.TdClassName
{
border-color: #DAC01D;
}
.TagClassName
{
border-color: #DAC01D;
}
</style>