Shades of Sunflower #D7BA1D
Tints of Sunflower #D7BA1D
RGB
CMYK
RGB Variations
Color information
#D7BA1D (or 0xD7BA1D) is known color: Sunflower. HEX triplet: D7, BA and 1D. RGB value is (215,186,29). Sum of RGB (Red+Green+Blue) = 215+186+29=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA1D is #2845E2. Grayscale: #B1B1B1. Windows color (decimal): -2639331 or 1948375. OLE color: 1948375.
HSL color Cylindrical-coordinate representation of color #D7BA1D: hue angle of 50.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7BA1D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 29 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.16 |
| HSL | 50.65º | 0.76% | 0.48% | - |
| HSV(B) | 50.65º | 0.87% | 0.84% | - |
| XYZ | 45.81 | 49.65 | 8.33 | - |
| YUV | 176.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 29 | 0 | 0.13 | 0.87 | 0.16 | 50.65 | 0.76 | 0.48 |
| Hex | D7 | BA | 1D | 0 | D | 57 | 10 | 33 | 4C | 30 |
| Octal | 327 | 272 | 35 | 0 | 15 | 127 | 20 | 63 | 114 | 60 |
| Binary | 11010111 | 10111010 | 11101 | 0 | 1101 | 1010111 | 10000 | 110011 | 1001100 | 110000 |
Color Harmonies of #D7BA1D
Complementary color
Monochromatic Colors of #D7BA1D
Black with #D7BA1D
Text Example
Text Example
White with #D7BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA1D; }
p { color: rgb(215,186,29); }
H1.HeaderClassName
{
color: #D7BA1D;
}
.AnyTagClassName
{
color: #D7BA1D;
}
</style>
background-color css
<style>
a { background-color: #D7BA1D; }
a { background-color: rgb(215,186,29); }
div.DivClassName
{
background-color: #D7BA1D;
}
.BgClassName
{
background-color: #D7BA1D;
}
</style>
border-color css
<style>
span { border-color: #D7BA1D; }
span { border-color: rgb(215,186,29); }
td.TdClassName
{
border-color: #D7BA1D;
}
.TagClassName
{
border-color: #D7BA1D;
}
</style>