Shades of Sunflower #DAC01F
Tints of Sunflower #DAC01F
RGB
CMYK
RGB Variations
Color information
#DAC01F (or 0xDAC01F) is known color: Sunflower. HEX triplet: DA, C0 and 1F. RGB value is (218,192,31). Sum of RGB (Red+Green+Blue) = 218+192+31=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC01F is #253FE0. Grayscale: #B6B6B6. Windows color (decimal): -2441185 or 2080986. OLE color: 2080986.
HSL color Cylindrical-coordinate representation of color #DAC01F: hue angle of 51.66º 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 #DAC01F is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 31 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.15 |
| HSL | 51.66º | 0.75% | 0.49% | - |
| HSV(B) | 51.66º | 0.86% | 0.85% | - |
| XYZ | 48.01 | 52.7 | 8.94 | - |
| YUV | 181.42 | 43.11 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 31 | 0 | 0.12 | 0.86 | 0.15 | 51.66 | 0.75 | 0.49 |
| Hex | DA | C0 | 1F | 0 | C | 56 | F | 34 | 4B | 31 |
| Octal | 332 | 300 | 37 | 0 | 14 | 126 | 17 | 64 | 113 | 61 |
| Binary | 11011010 | 11000000 | 11111 | 0 | 1100 | 1010110 | 1111 | 110100 | 1001011 | 110001 |
Color Harmonies of #DAC01F
Complementary color
Monochromatic Colors of #DAC01F
Black with #DAC01F
Text Example
Text Example
White with #DAC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC01F; }
p { color: rgb(218,192,31); }
H1.HeaderClassName
{
color: #DAC01F;
}
.AnyTagClassName
{
color: #DAC01F;
}
</style>
background-color css
<style>
a { background-color: #DAC01F; }
a { background-color: rgb(218,192,31); }
div.DivClassName
{
background-color: #DAC01F;
}
.BgClassName
{
background-color: #DAC01F;
}
</style>
border-color css
<style>
span { border-color: #DAC01F; }
span { border-color: rgb(218,192,31); }
td.TdClassName
{
border-color: #DAC01F;
}
.TagClassName
{
border-color: #DAC01F;
}
</style>