Shades of Sunflower #DAB40E
Tints of Sunflower #DAB40E
RGB
CMYK
RGB Variations
Color information
#DAB40E (or 0xDAB40E) is known color: Sunflower. HEX triplet: DA, B4 and 0E. RGB value is (218,180,14). Sum of RGB (Red+Green+Blue) = 218+180+14=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB40E is #254BF1. Grayscale: #ADADAD. Windows color (decimal): -2444274 or 963802. OLE color: 963802.
HSL color Cylindrical-coordinate representation of color #DAB40E: hue angle of 48.82º 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 #DAB40E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.15 |
| HSL | 48.82º | 0.88% | 0.45% | - |
| HSV(B) | 48.82º | 0.94% | 0.85% | - |
| XYZ | 45.31 | 47.58 | 7.21 | - |
| YUV | 172.44 | 38.59 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 14 | 0 | 0.17 | 0.94 | 0.15 | 48.82 | 0.88 | 0.45 |
| Hex | DA | B4 | E | 0 | 11 | 5E | F | 31 | 58 | 2D |
| Octal | 332 | 264 | 16 | 0 | 21 | 136 | 17 | 61 | 130 | 55 |
| Binary | 11011010 | 10110100 | 1110 | 0 | 10001 | 1011110 | 1111 | 110001 | 1011000 | 101101 |
Color Harmonies of #DAB40E
Complementary color
Monochromatic Colors of #DAB40E
Black with #DAB40E
Text Example
Text Example
White with #DAB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB40E; }
p { color: rgb(218,180,14); }
H1.HeaderClassName
{
color: #DAB40E;
}
.AnyTagClassName
{
color: #DAB40E;
}
</style>
background-color css
<style>
a { background-color: #DAB40E; }
a { background-color: rgb(218,180,14); }
div.DivClassName
{
background-color: #DAB40E;
}
.BgClassName
{
background-color: #DAB40E;
}
</style>
border-color css
<style>
span { border-color: #DAB40E; }
span { border-color: rgb(218,180,14); }
td.TdClassName
{
border-color: #DAB40E;
}
.TagClassName
{
border-color: #DAB40E;
}
</style>