Shades of Sunflower #DAC80E
Tints of Sunflower #DAC80E
RGB
CMYK
RGB Variations
Color information
#DAC80E (or 0xDAC80E) is known color: Sunflower. HEX triplet: DA, C8 and 0E. RGB value is (218,200,14). Sum of RGB (Red+Green+Blue) = 218+200+14=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC80E is #2537F1. Grayscale: #B8B8B8. Windows color (decimal): -2439154 or 968922. OLE color: 968922.
HSL color Cylindrical-coordinate representation of color #DAC80E: hue angle of 54.71º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAC80E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.15 |
| HSL | 54.71º | 0.88% | 0.45% | - |
| HSV(B) | 54.71º | 0.94% | 0.85% | - |
| XYZ | 49.65 | 56.25 | 8.66 | - |
| YUV | 184.18 | 31.96 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 14 | 0 | 0.08 | 0.94 | 0.15 | 54.71 | 0.88 | 0.45 |
| Hex | DA | C8 | E | 0 | 8 | 5E | F | 37 | 58 | 2D |
| Octal | 332 | 310 | 16 | 0 | 10 | 136 | 17 | 67 | 130 | 55 |
| Binary | 11011010 | 11001000 | 1110 | 0 | 1000 | 1011110 | 1111 | 110111 | 1011000 | 101101 |
Color Harmonies of #DAC80E
Complementary color
Monochromatic Colors of #DAC80E
Black with #DAC80E
Text Example
Text Example
White with #DAC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC80E; }
p { color: rgb(218,200,14); }
H1.HeaderClassName
{
color: #DAC80E;
}
.AnyTagClassName
{
color: #DAC80E;
}
</style>
background-color css
<style>
a { background-color: #DAC80E; }
a { background-color: rgb(218,200,14); }
div.DivClassName
{
background-color: #DAC80E;
}
.BgClassName
{
background-color: #DAC80E;
}
</style>
border-color css
<style>
span { border-color: #DAC80E; }
span { border-color: rgb(218,200,14); }
td.TdClassName
{
border-color: #DAC80E;
}
.TagClassName
{
border-color: #DAC80E;
}
</style>