Shades of Sunflower #D7BA19
Tints of Sunflower #D7BA19
RGB
CMYK
RGB Variations
Color information
#D7BA19 (or 0xD7BA19) is known color: Sunflower. HEX triplet: D7, BA and 19. RGB value is (215,186,25). Sum of RGB (Red+Green+Blue) = 215+186+25=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BA19 is #2845E6. Grayscale: #B0B0B0. Windows color (decimal): -2639335 or 1686231. OLE color: 1686231.
HSL color Cylindrical-coordinate representation of color #D7BA19: hue angle of 50.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7BA19 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 25 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.16 |
| HSL | 50.84º | 0.79% | 0.47% | - |
| HSV(B) | 50.84º | 0.88% | 0.84% | - |
| XYZ | 45.76 | 49.64 | 8.09 | - |
| YUV | 176.32 | 42.61 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 25 | 0 | 0.13 | 0.88 | 0.16 | 50.84 | 0.79 | 0.47 |
| Hex | D7 | BA | 19 | 0 | D | 58 | 10 | 33 | 4F | 2F |
| Octal | 327 | 272 | 31 | 0 | 15 | 130 | 20 | 63 | 117 | 57 |
| Binary | 11010111 | 10111010 | 11001 | 0 | 1101 | 1011000 | 10000 | 110011 | 1001111 | 101111 |
Color Harmonies of #D7BA19
Complementary color
Monochromatic Colors of #D7BA19
Black with #D7BA19
Text Example
Text Example
White with #D7BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA19; }
p { color: rgb(215,186,25); }
H1.HeaderClassName
{
color: #D7BA19;
}
.AnyTagClassName
{
color: #D7BA19;
}
</style>
background-color css
<style>
a { background-color: #D7BA19; }
a { background-color: rgb(215,186,25); }
div.DivClassName
{
background-color: #D7BA19;
}
.BgClassName
{
background-color: #D7BA19;
}
</style>
border-color css
<style>
span { border-color: #D7BA19; }
span { border-color: rgb(215,186,25); }
td.TdClassName
{
border-color: #D7BA19;
}
.TagClassName
{
border-color: #D7BA19;
}
</style>