Shades of Sunflower #DAB40C
Tints of Sunflower #DAB40C
RGB
CMYK
RGB Variations
Color information
#DAB40C (or 0xDAB40C) is known color: Sunflower. HEX triplet: DA, B4 and 0C. RGB value is (218,180,12). Sum of RGB (Red+Green+Blue) = 218+180+12=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB40C is #254BF3. Grayscale: #ACACAC. Windows color (decimal): -2444276 or 832730. OLE color: 832730.
HSL color Cylindrical-coordinate representation of color #DAB40C: hue angle of 48.93º degrees, saturation: 0.9, 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 #DAB40C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.15 |
| HSL | 48.93º | 0.9% | 0.45% | - |
| HSV(B) | 48.93º | 0.94% | 0.85% | - |
| XYZ | 45.3 | 47.57 | 7.14 | - |
| YUV | 172.21 | 37.59 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 12 | 0 | 0.17 | 0.94 | 0.15 | 48.93 | 0.9 | 0.45 |
| Hex | DA | B4 | C | 0 | 11 | 5E | F | 31 | 5A | 2D |
| Octal | 332 | 264 | 14 | 0 | 21 | 136 | 17 | 61 | 132 | 55 |
| Binary | 11011010 | 10110100 | 1100 | 0 | 10001 | 1011110 | 1111 | 110001 | 1011010 | 101101 |
Color Harmonies of #DAB40C
Complementary color
Monochromatic Colors of #DAB40C
Black with #DAB40C
Text Example
Text Example
White with #DAB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB40C; }
p { color: rgb(218,180,12); }
H1.HeaderClassName
{
color: #DAB40C;
}
.AnyTagClassName
{
color: #DAB40C;
}
</style>
background-color css
<style>
a { background-color: #DAB40C; }
a { background-color: rgb(218,180,12); }
div.DivClassName
{
background-color: #DAB40C;
}
.BgClassName
{
background-color: #DAB40C;
}
</style>
border-color css
<style>
span { border-color: #DAB40C; }
span { border-color: rgb(218,180,12); }
td.TdClassName
{
border-color: #DAB40C;
}
.TagClassName
{
border-color: #DAB40C;
}
</style>