Shades of Sunflower #DAB90E
Tints of Sunflower #DAB90E
RGB
CMYK
RGB Variations
Color information
#DAB90E (or 0xDAB90E) is known color: Sunflower. HEX triplet: DA, B9 and 0E. RGB value is (218,185,14). Sum of RGB (Red+Green+Blue) = 218+185+14=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB90E is #2546F1. Grayscale: #B0B0B0. Windows color (decimal): -2442994 or 965082. OLE color: 965082.
HSL color Cylindrical-coordinate representation of color #DAB90E: hue angle of 50.29º 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 #DAB90E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.15 |
| HSL | 50.29º | 0.88% | 0.45% | - |
| HSV(B) | 50.29º | 0.94% | 0.85% | - |
| XYZ | 46.34 | 49.64 | 7.55 | - |
| YUV | 175.37 | 36.93 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 14 | 0 | 0.15 | 0.94 | 0.15 | 50.29 | 0.88 | 0.45 |
| Hex | DA | B9 | E | 0 | F | 5E | F | 32 | 58 | 2D |
| Octal | 332 | 271 | 16 | 0 | 17 | 136 | 17 | 62 | 130 | 55 |
| Binary | 11011010 | 10111001 | 1110 | 0 | 1111 | 1011110 | 1111 | 110010 | 1011000 | 101101 |
Color Harmonies of #DAB90E
Complementary color
Monochromatic Colors of #DAB90E
Black with #DAB90E
Text Example
Text Example
White with #DAB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB90E; }
p { color: rgb(218,185,14); }
H1.HeaderClassName
{
color: #DAB90E;
}
.AnyTagClassName
{
color: #DAB90E;
}
</style>
background-color css
<style>
a { background-color: #DAB90E; }
a { background-color: rgb(218,185,14); }
div.DivClassName
{
background-color: #DAB90E;
}
.BgClassName
{
background-color: #DAB90E;
}
</style>
border-color css
<style>
span { border-color: #DAB90E; }
span { border-color: rgb(218,185,14); }
td.TdClassName
{
border-color: #DAB90E;
}
.TagClassName
{
border-color: #DAB90E;
}
</style>