Shades of Sunflower #D7BA0F
Tints of Sunflower #D7BA0F
RGB
CMYK
RGB Variations
Color information
#D7BA0F (or 0xD7BA0F) is known color: Sunflower. HEX triplet: D7, BA and 0F. RGB value is (215,186,15). Sum of RGB (Red+Green+Blue) = 215+186+15=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BA0F is #2845F0. Grayscale: #AFAFAF. Windows color (decimal): -2639345 or 1030871. OLE color: 1030871.
HSL color Cylindrical-coordinate representation of color #D7BA0F: hue angle of 51.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7BA0F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.16 |
| HSL | 51.3º | 0.87% | 0.45% | - |
| HSV(B) | 51.3º | 0.93% | 0.84% | - |
| XYZ | 45.67 | 49.6 | 7.62 | - |
| YUV | 175.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 15 | 0 | 0.13 | 0.93 | 0.16 | 51.3 | 0.87 | 0.45 |
| Hex | D7 | BA | F | 0 | D | 5D | 10 | 33 | 57 | 2D |
| Octal | 327 | 272 | 17 | 0 | 15 | 135 | 20 | 63 | 127 | 55 |
| Binary | 11010111 | 10111010 | 1111 | 0 | 1101 | 1011101 | 10000 | 110011 | 1010111 | 101101 |
Color Harmonies of #D7BA0F
Complementary color
Monochromatic Colors of #D7BA0F
Black with #D7BA0F
Text Example
Text Example
White with #D7BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA0F; }
p { color: rgb(215,186,15); }
H1.HeaderClassName
{
color: #D7BA0F;
}
.AnyTagClassName
{
color: #D7BA0F;
}
</style>
background-color css
<style>
a { background-color: #D7BA0F; }
a { background-color: rgb(215,186,15); }
div.DivClassName
{
background-color: #D7BA0F;
}
.BgClassName
{
background-color: #D7BA0F;
}
</style>
border-color css
<style>
span { border-color: #D7BA0F; }
span { border-color: rgb(215,186,15); }
td.TdClassName
{
border-color: #D7BA0F;
}
.TagClassName
{
border-color: #D7BA0F;
}
</style>