Shades of Sunflower #DAC61A
Tints of Sunflower #DAC61A
RGB
CMYK
RGB Variations
Color information
#DAC61A (or 0xDAC61A) is known color: Sunflower. HEX triplet: DA, C6 and 1A. RGB value is (218,198,26). Sum of RGB (Red+Green+Blue) = 218+198+26=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC61A is #2539E5. Grayscale: #B9B9B9. Windows color (decimal): -2439654 or 1754842. OLE color: 1754842.
HSL color Cylindrical-coordinate representation of color #DAC61A: hue angle of 53.75º degrees, saturation: 0.79, 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 #DAC61A is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 26 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.15 |
| HSL | 53.75º | 0.79% | 0.48% | - |
| HSV(B) | 53.75º | 0.88% | 0.85% | - |
| XYZ | 49.29 | 55.37 | 9.07 | - |
| YUV | 184.37 | 38.63 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 26 | 0 | 0.09 | 0.88 | 0.15 | 53.75 | 0.79 | 0.48 |
| Hex | DA | C6 | 1A | 0 | 9 | 58 | F | 36 | 4F | 30 |
| Octal | 332 | 306 | 32 | 0 | 11 | 130 | 17 | 66 | 117 | 60 |
| Binary | 11011010 | 11000110 | 11010 | 0 | 1001 | 1011000 | 1111 | 110110 | 1001111 | 110000 |
Color Harmonies of #DAC61A
Complementary color
Monochromatic Colors of #DAC61A
Black with #DAC61A
Text Example
Text Example
White with #DAC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC61A; }
p { color: rgb(218,198,26); }
H1.HeaderClassName
{
color: #DAC61A;
}
.AnyTagClassName
{
color: #DAC61A;
}
</style>
background-color css
<style>
a { background-color: #DAC61A; }
a { background-color: rgb(218,198,26); }
div.DivClassName
{
background-color: #DAC61A;
}
.BgClassName
{
background-color: #DAC61A;
}
</style>
border-color css
<style>
span { border-color: #DAC61A; }
span { border-color: rgb(218,198,26); }
td.TdClassName
{
border-color: #DAC61A;
}
.TagClassName
{
border-color: #DAC61A;
}
</style>