Shades of Sunflower #D6BA16
Tints of Sunflower #D6BA16
RGB
CMYK
RGB Variations
Color information
#D6BA16 (or 0xD6BA16) is known color: Sunflower. HEX triplet: D6, BA and 16. RGB value is (214,186,22). Sum of RGB (Red+Green+Blue) = 214+186+22=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BA16 is #2945E9. Grayscale: #B0B0B0. Windows color (decimal): -2704874 or 1489622. OLE color: 1489622.
HSL color Cylindrical-coordinate representation of color #D6BA16: hue angle of 51.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6BA16 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 22 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.16 |
| HSL | 51.25º | 0.81% | 0.46% | - |
| HSV(B) | 51.25º | 0.9% | 0.84% | - |
| XYZ | 45.44 | 49.47 | 7.91 | - |
| YUV | 175.68 | 41.28 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 22 | 0 | 0.13 | 0.90 | 0.16 | 51.25 | 0.81 | 0.46 |
| Hex | D6 | BA | 16 | 0 | D | 5A | 10 | 33 | 51 | 2E |
| Octal | 326 | 272 | 26 | 0 | 15 | 132 | 20 | 63 | 121 | 56 |
| Binary | 11010110 | 10111010 | 10110 | 0 | 1101 | 1011010 | 10000 | 110011 | 1010001 | 101110 |
Color Harmonies of #D6BA16
Complementary color
Monochromatic Colors of #D6BA16
Black with #D6BA16
Text Example
Text Example
White with #D6BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA16; }
p { color: rgb(214,186,22); }
H1.HeaderClassName
{
color: #D6BA16;
}
.AnyTagClassName
{
color: #D6BA16;
}
</style>
background-color css
<style>
a { background-color: #D6BA16; }
a { background-color: rgb(214,186,22); }
div.DivClassName
{
background-color: #D6BA16;
}
.BgClassName
{
background-color: #D6BA16;
}
</style>
border-color css
<style>
span { border-color: #D6BA16; }
span { border-color: rgb(214,186,22); }
td.TdClassName
{
border-color: #D6BA16;
}
.TagClassName
{
border-color: #D6BA16;
}
</style>