Shades of Sunflower #DAC61D
Tints of Sunflower #DAC61D
RGB
CMYK
RGB Variations
Color information
#DAC61D (or 0xDAC61D) is known color: Sunflower. HEX triplet: DA, C6 and 1D. RGB value is (218,198,29). Sum of RGB (Red+Green+Blue) = 218+198+29=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC61D is #2539E2. Grayscale: #B9B9B9. Windows color (decimal): -2439651 or 1951450. OLE color: 1951450.
HSL color Cylindrical-coordinate representation of color #DAC61D: hue angle of 53.65º 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 #DAC61D is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 29 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.15 |
| HSL | 53.65º | 0.77% | 0.48% | - |
| HSV(B) | 53.65º | 0.87% | 0.85% | - |
| XYZ | 49.33 | 55.38 | 9.25 | - |
| YUV | 184.71 | 40.13 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 29 | 0 | 0.09 | 0.87 | 0.15 | 53.65 | 0.77 | 0.48 |
| Hex | DA | C6 | 1D | 0 | 9 | 57 | F | 36 | 4D | 30 |
| Octal | 332 | 306 | 35 | 0 | 11 | 127 | 17 | 66 | 115 | 60 |
| Binary | 11011010 | 11000110 | 11101 | 0 | 1001 | 1010111 | 1111 | 110110 | 1001101 | 110000 |
Color Harmonies of #DAC61D
Complementary color
Monochromatic Colors of #DAC61D
Black with #DAC61D
Text Example
Text Example
White with #DAC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC61D; }
p { color: rgb(218,198,29); }
H1.HeaderClassName
{
color: #DAC61D;
}
.AnyTagClassName
{
color: #DAC61D;
}
</style>
background-color css
<style>
a { background-color: #DAC61D; }
a { background-color: rgb(218,198,29); }
div.DivClassName
{
background-color: #DAC61D;
}
.BgClassName
{
background-color: #DAC61D;
}
</style>
border-color css
<style>
span { border-color: #DAC61D; }
span { border-color: rgb(218,198,29); }
td.TdClassName
{
border-color: #DAC61D;
}
.TagClassName
{
border-color: #DAC61D;
}
</style>