Shades of Sunflower #DAC90E
Tints of Sunflower #DAC90E
RGB
CMYK
RGB Variations
Color information
#DAC90E (or 0xDAC90E) is known color: Sunflower. HEX triplet: DA, C9 and 0E. RGB value is (218,201,14). Sum of RGB (Red+Green+Blue) = 218+201+14=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC90E is #2536F1. Grayscale: #B9B9B9. Windows color (decimal): -2438898 or 969178. OLE color: 969178.
HSL color Cylindrical-coordinate representation of color #DAC90E: hue angle of 55º 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 #DAC90E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.15 |
| HSL | 55º | 0.88% | 0.45% | - |
| HSV(B) | 55º | 0.94% | 0.85% | - |
| XYZ | 49.88 | 56.71 | 8.73 | - |
| YUV | 184.77 | 31.63 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 14 | 0 | 0.08 | 0.94 | 0.15 | 55 | 0.88 | 0.45 |
| Hex | DA | C9 | E | 0 | 8 | 5E | F | 37 | 58 | 2D |
| Octal | 332 | 311 | 16 | 0 | 10 | 136 | 17 | 67 | 130 | 55 |
| Binary | 11011010 | 11001001 | 1110 | 0 | 1000 | 1011110 | 1111 | 110111 | 1011000 | 101101 |
Color Harmonies of #DAC90E
Complementary color
Monochromatic Colors of #DAC90E
Black with #DAC90E
Text Example
Text Example
White with #DAC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC90E; }
p { color: rgb(218,201,14); }
H1.HeaderClassName
{
color: #DAC90E;
}
.AnyTagClassName
{
color: #DAC90E;
}
</style>
background-color css
<style>
a { background-color: #DAC90E; }
a { background-color: rgb(218,201,14); }
div.DivClassName
{
background-color: #DAC90E;
}
.BgClassName
{
background-color: #DAC90E;
}
</style>
border-color css
<style>
span { border-color: #DAC90E; }
span { border-color: rgb(218,201,14); }
td.TdClassName
{
border-color: #DAC90E;
}
.TagClassName
{
border-color: #DAC90E;
}
</style>