Shades of Sunflower #DAB80C
Tints of Sunflower #DAB80C
RGB
CMYK
RGB Variations
Color information
#DAB80C (or 0xDAB80C) is known color: Sunflower. HEX triplet: DA, B8 and 0C. RGB value is (218,184,12). Sum of RGB (Red+Green+Blue) = 218+184+12=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB80C is #2547F3. Grayscale: #AFAFAF. Windows color (decimal): -2443252 or 833754. OLE color: 833754.
HSL color Cylindrical-coordinate representation of color #DAB80C: hue angle of 50.1º 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 #DAB80C is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 12 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.15 |
| HSL | 50.1º | 0.9% | 0.45% | - |
| HSV(B) | 50.1º | 0.94% | 0.85% | - |
| XYZ | 46.12 | 49.21 | 7.42 | - |
| YUV | 174.56 | 36.26 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 12 | 0 | 0.16 | 0.94 | 0.15 | 50.1 | 0.9 | 0.45 |
| Hex | DA | B8 | C | 0 | 10 | 5E | F | 32 | 5A | 2D |
| Octal | 332 | 270 | 14 | 0 | 20 | 136 | 17 | 62 | 132 | 55 |
| Binary | 11011010 | 10111000 | 1100 | 0 | 10000 | 1011110 | 1111 | 110010 | 1011010 | 101101 |
Color Harmonies of #DAB80C
Complementary color
Monochromatic Colors of #DAB80C
Black with #DAB80C
Text Example
Text Example
White with #DAB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB80C; }
p { color: rgb(218,184,12); }
H1.HeaderClassName
{
color: #DAB80C;
}
.AnyTagClassName
{
color: #DAB80C;
}
</style>
background-color css
<style>
a { background-color: #DAB80C; }
a { background-color: rgb(218,184,12); }
div.DivClassName
{
background-color: #DAB80C;
}
.BgClassName
{
background-color: #DAB80C;
}
</style>
border-color css
<style>
span { border-color: #DAB80C; }
span { border-color: rgb(218,184,12); }
td.TdClassName
{
border-color: #DAB80C;
}
.TagClassName
{
border-color: #DAB80C;
}
</style>