Shades of Sunflower #D7BA14
Tints of Sunflower #D7BA14
RGB
CMYK
RGB Variations
Color information
#D7BA14 (or 0xD7BA14) is known color: Sunflower. HEX triplet: D7, BA and 14. RGB value is (215,186,20). Sum of RGB (Red+Green+Blue) = 215+186+20=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BA14 is #2845EB. Grayscale: #B0B0B0. Windows color (decimal): -2639340 or 1358551. OLE color: 1358551.
HSL color Cylindrical-coordinate representation of color #D7BA14: hue angle of 51.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7BA14 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 20 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.16 |
| HSL | 51.08º | 0.83% | 0.46% | - |
| HSV(B) | 51.08º | 0.91% | 0.84% | - |
| XYZ | 45.71 | 49.62 | 7.83 | - |
| YUV | 175.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 20 | 0 | 0.13 | 0.91 | 0.16 | 51.08 | 0.83 | 0.46 |
| Hex | D7 | BA | 14 | 0 | D | 5B | 10 | 33 | 53 | 2E |
| Octal | 327 | 272 | 24 | 0 | 15 | 133 | 20 | 63 | 123 | 56 |
| Binary | 11010111 | 10111010 | 10100 | 0 | 1101 | 1011011 | 10000 | 110011 | 1010011 | 101110 |
Color Harmonies of #D7BA14
Complementary color
Monochromatic Colors of #D7BA14
Black with #D7BA14
Text Example
Text Example
White with #D7BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA14; }
p { color: rgb(215,186,20); }
H1.HeaderClassName
{
color: #D7BA14;
}
.AnyTagClassName
{
color: #D7BA14;
}
</style>
background-color css
<style>
a { background-color: #D7BA14; }
a { background-color: rgb(215,186,20); }
div.DivClassName
{
background-color: #D7BA14;
}
.BgClassName
{
background-color: #D7BA14;
}
</style>
border-color css
<style>
span { border-color: #D7BA14; }
span { border-color: rgb(215,186,20); }
td.TdClassName
{
border-color: #D7BA14;
}
.TagClassName
{
border-color: #D7BA14;
}
</style>