Shades of Sunflower #DAC814
Tints of Sunflower #DAC814
RGB
CMYK
RGB Variations
Color information
#DAC814 (or 0xDAC814) is known color: Sunflower. HEX triplet: DA, C8 and 14. RGB value is (218,200,20). Sum of RGB (Red+Green+Blue) = 218+200+20=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC814 is #2537EB. Grayscale: #B9B9B9. Windows color (decimal): -2439148 or 1362138. OLE color: 1362138.
HSL color Cylindrical-coordinate representation of color #DAC814: hue angle of 54.55º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAC814 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 20 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.15 |
| HSL | 54.55º | 0.83% | 0.47% | - |
| HSV(B) | 54.55º | 0.91% | 0.85% | - |
| XYZ | 49.69 | 56.26 | 8.9 | - |
| YUV | 184.86 | 34.96 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 20 | 0 | 0.08 | 0.91 | 0.15 | 54.55 | 0.83 | 0.47 |
| Hex | DA | C8 | 14 | 0 | 8 | 5B | F | 37 | 53 | 2F |
| Octal | 332 | 310 | 24 | 0 | 10 | 133 | 17 | 67 | 123 | 57 |
| Binary | 11011010 | 11001000 | 10100 | 0 | 1000 | 1011011 | 1111 | 110111 | 1010011 | 101111 |
Color Harmonies of #DAC814
Complementary color
Monochromatic Colors of #DAC814
Black with #DAC814
Text Example
Text Example
White with #DAC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC814; }
p { color: rgb(218,200,20); }
H1.HeaderClassName
{
color: #DAC814;
}
.AnyTagClassName
{
color: #DAC814;
}
</style>
background-color css
<style>
a { background-color: #DAC814; }
a { background-color: rgb(218,200,20); }
div.DivClassName
{
background-color: #DAC814;
}
.BgClassName
{
background-color: #DAC814;
}
</style>
border-color css
<style>
span { border-color: #DAC814; }
span { border-color: rgb(218,200,20); }
td.TdClassName
{
border-color: #DAC814;
}
.TagClassName
{
border-color: #DAC814;
}
</style>