Shades of Sunflower #DABC14
Tints of Sunflower #DABC14
RGB
CMYK
RGB Variations
Color information
#DABC14 (or 0xDABC14) is known color: Sunflower. HEX triplet: DA, BC and 14. RGB value is (218,188,20). Sum of RGB (Red+Green+Blue) = 218+188+20=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC14 is #2543EB. Grayscale: #B2B2B2. Windows color (decimal): -2442220 or 1359066. OLE color: 1359066.
HSL color Cylindrical-coordinate representation of color #DABC14: hue angle of 50.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DABC14 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 20 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.15 |
| HSL | 50.91º | 0.83% | 0.47% | - |
| HSV(B) | 50.91º | 0.91% | 0.85% | - |
| XYZ | 47.02 | 50.92 | 8.01 | - |
| YUV | 177.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 20 | 0 | 0.14 | 0.91 | 0.15 | 50.91 | 0.83 | 0.47 |
| Hex | DA | BC | 14 | 0 | E | 5B | F | 33 | 53 | 2F |
| Octal | 332 | 274 | 24 | 0 | 16 | 133 | 17 | 63 | 123 | 57 |
| Binary | 11011010 | 10111100 | 10100 | 0 | 1110 | 1011011 | 1111 | 110011 | 1010011 | 101111 |
Color Harmonies of #DABC14
Complementary color
Monochromatic Colors of #DABC14
Black with #DABC14
Text Example
Text Example
White with #DABC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC14; }
p { color: rgb(218,188,20); }
H1.HeaderClassName
{
color: #DABC14;
}
.AnyTagClassName
{
color: #DABC14;
}
</style>
background-color css
<style>
a { background-color: #DABC14; }
a { background-color: rgb(218,188,20); }
div.DivClassName
{
background-color: #DABC14;
}
.BgClassName
{
background-color: #DABC14;
}
</style>
border-color css
<style>
span { border-color: #DABC14; }
span { border-color: rgb(218,188,20); }
td.TdClassName
{
border-color: #DABC14;
}
.TagClassName
{
border-color: #DABC14;
}
</style>