Shades of Sunflower #DAC61F
Tints of Sunflower #DAC61F
RGB
CMYK
RGB Variations
Color information
#DAC61F (or 0xDAC61F) is known color: Sunflower. HEX triplet: DA, C6 and 1F. RGB value is (218,198,31). Sum of RGB (Red+Green+Blue) = 218+198+31=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC61F is #2539E0. Grayscale: #B9B9B9. Windows color (decimal): -2439649 or 2082522. OLE color: 2082522.
HSL color Cylindrical-coordinate representation of color #DAC61F: hue angle of 53.58º 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 #DAC61F is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 31 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.15 |
| HSL | 53.58º | 0.75% | 0.49% | - |
| HSV(B) | 53.58º | 0.86% | 0.85% | - |
| XYZ | 49.35 | 55.39 | 9.39 | - |
| YUV | 184.94 | 41.13 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 31 | 0 | 0.09 | 0.86 | 0.15 | 53.58 | 0.75 | 0.49 |
| Hex | DA | C6 | 1F | 0 | 9 | 56 | F | 36 | 4B | 31 |
| Octal | 332 | 306 | 37 | 0 | 11 | 126 | 17 | 66 | 113 | 61 |
| Binary | 11011010 | 11000110 | 11111 | 0 | 1001 | 1010110 | 1111 | 110110 | 1001011 | 110001 |
Color Harmonies of #DAC61F
Complementary color
Monochromatic Colors of #DAC61F
Black with #DAC61F
Text Example
Text Example
White with #DAC61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC61F; }
p { color: rgb(218,198,31); }
H1.HeaderClassName
{
color: #DAC61F;
}
.AnyTagClassName
{
color: #DAC61F;
}
</style>
background-color css
<style>
a { background-color: #DAC61F; }
a { background-color: rgb(218,198,31); }
div.DivClassName
{
background-color: #DAC61F;
}
.BgClassName
{
background-color: #DAC61F;
}
</style>
border-color css
<style>
span { border-color: #DAC61F; }
span { border-color: rgb(218,198,31); }
td.TdClassName
{
border-color: #DAC61F;
}
.TagClassName
{
border-color: #DAC61F;
}
</style>