Shades of Sunflower #DABE0C
Tints of Sunflower #DABE0C
RGB
CMYK
RGB Variations
Color information
#DABE0C (or 0xDABE0C) is known color: Sunflower. HEX triplet: DA, BE and 0C. RGB value is (218,190,12). Sum of RGB (Red+Green+Blue) = 218+190+12=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABE0C is #2541F3. Grayscale: #B2B2B2. Windows color (decimal): -2441716 or 835290. OLE color: 835290.
HSL color Cylindrical-coordinate representation of color #DABE0C: hue angle of 51.84º 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 #DABE0C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.15 |
| HSL | 51.84º | 0.9% | 0.45% | - |
| HSV(B) | 51.84º | 0.94% | 0.85% | - |
| XYZ | 47.39 | 51.76 | 7.84 | - |
| YUV | 178.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 12 | 0 | 0.13 | 0.94 | 0.15 | 51.84 | 0.9 | 0.45 |
| Hex | DA | BE | C | 0 | D | 5E | F | 34 | 5A | 2D |
| Octal | 332 | 276 | 14 | 0 | 15 | 136 | 17 | 64 | 132 | 55 |
| Binary | 11011010 | 10111110 | 1100 | 0 | 1101 | 1011110 | 1111 | 110100 | 1011010 | 101101 |
Color Harmonies of #DABE0C
Complementary color
Monochromatic Colors of #DABE0C
Black with #DABE0C
Text Example
Text Example
White with #DABE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE0C; }
p { color: rgb(218,190,12); }
H1.HeaderClassName
{
color: #DABE0C;
}
.AnyTagClassName
{
color: #DABE0C;
}
</style>
background-color css
<style>
a { background-color: #DABE0C; }
a { background-color: rgb(218,190,12); }
div.DivClassName
{
background-color: #DABE0C;
}
.BgClassName
{
background-color: #DABE0C;
}
</style>
border-color css
<style>
span { border-color: #DABE0C; }
span { border-color: rgb(218,190,12); }
td.TdClassName
{
border-color: #DABE0C;
}
.TagClassName
{
border-color: #DABE0C;
}
</style>