Shades of Sunflower #DAB40A
Tints of Sunflower #DAB40A
RGB
CMYK
RGB Variations
Color information
#DAB40A (or 0xDAB40A) is known color: Sunflower. HEX triplet: DA, B4 and 0A. RGB value is (218,180,10). Sum of RGB (Red+Green+Blue) = 218+180+10=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB40A is #254BF5. Grayscale: #ACACAC. Windows color (decimal): -2444278 or 701658. OLE color: 701658.
HSL color Cylindrical-coordinate representation of color #DAB40A: hue angle of 49.04º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAB40A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 10 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.15 |
| HSL | 49.04º | 0.91% | 0.45% | - |
| HSV(B) | 49.04º | 0.95% | 0.85% | - |
| XYZ | 45.29 | 47.57 | 7.08 | - |
| YUV | 171.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 10 | 0 | 0.17 | 0.95 | 0.15 | 49.04 | 0.91 | 0.45 |
| Hex | DA | B4 | A | 0 | 11 | 5F | F | 31 | 5B | 2D |
| Octal | 332 | 264 | 12 | 0 | 21 | 137 | 17 | 61 | 133 | 55 |
| Binary | 11011010 | 10110100 | 1010 | 0 | 10001 | 1011111 | 1111 | 110001 | 1011011 | 101101 |
Color Harmonies of #DAB40A
Complementary color
Monochromatic Colors of #DAB40A
Black with #DAB40A
Text Example
Text Example
White with #DAB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB40A; }
p { color: rgb(218,180,10); }
H1.HeaderClassName
{
color: #DAB40A;
}
.AnyTagClassName
{
color: #DAB40A;
}
</style>
background-color css
<style>
a { background-color: #DAB40A; }
a { background-color: rgb(218,180,10); }
div.DivClassName
{
background-color: #DAB40A;
}
.BgClassName
{
background-color: #DAB40A;
}
</style>
border-color css
<style>
span { border-color: #DAB40A; }
span { border-color: rgb(218,180,10); }
td.TdClassName
{
border-color: #DAB40A;
}
.TagClassName
{
border-color: #DAB40A;
}
</style>