Shades of Sunflower #D5BA17
Tints of Sunflower #D5BA17
RGB
CMYK
RGB Variations
Color information
#D5BA17 (or 0xD5BA17) is known color: Sunflower. HEX triplet: D5, BA and 17. RGB value is (213,186,23). Sum of RGB (Red+Green+Blue) = 213+186+23=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA17 is #2A45E8. Grayscale: #B0B0B0. Windows color (decimal): -2770409 or 1555157. OLE color: 1555157.
HSL color Cylindrical-coordinate representation of color #D5BA17: hue angle of 51.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5BA17 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 23 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.16 |
| HSL | 51.47º | 0.81% | 0.46% | - |
| HSV(B) | 51.47º | 0.89% | 0.84% | - |
| XYZ | 45.15 | 49.33 | 7.95 | - |
| YUV | 175.49 | 41.95 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 23 | 0 | 0.13 | 0.89 | 0.16 | 51.47 | 0.81 | 0.46 |
| Hex | D5 | BA | 17 | 0 | D | 59 | 10 | 33 | 51 | 2E |
| Octal | 325 | 272 | 27 | 0 | 15 | 131 | 20 | 63 | 121 | 56 |
| Binary | 11010101 | 10111010 | 10111 | 0 | 1101 | 1011001 | 10000 | 110011 | 1010001 | 101110 |
Color Harmonies of #D5BA17
Complementary color
Monochromatic Colors of #D5BA17
Black with #D5BA17
Text Example
Text Example
White with #D5BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA17; }
p { color: rgb(213,186,23); }
H1.HeaderClassName
{
color: #D5BA17;
}
.AnyTagClassName
{
color: #D5BA17;
}
</style>
background-color css
<style>
a { background-color: #D5BA17; }
a { background-color: rgb(213,186,23); }
div.DivClassName
{
background-color: #D5BA17;
}
.BgClassName
{
background-color: #D5BA17;
}
</style>
border-color css
<style>
span { border-color: #D5BA17; }
span { border-color: rgb(213,186,23); }
td.TdClassName
{
border-color: #D5BA17;
}
.TagClassName
{
border-color: #D5BA17;
}
</style>