Shades of Sunflower #D5BA15
Tints of Sunflower #D5BA15
RGB
CMYK
RGB Variations
Color information
#D5BA15 (or 0xD5BA15) is known color: Sunflower. HEX triplet: D5, BA and 15. RGB value is (213,186,21). Sum of RGB (Red+Green+Blue) = 213+186+21=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA15 is #2A45EA. Grayscale: #AFAFAF. Windows color (decimal): -2770411 or 1424085. OLE color: 1424085.
HSL color Cylindrical-coordinate representation of color #D5BA15: hue angle of 51.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5BA15 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.16 |
| HSL | 51.56º | 0.82% | 0.46% | - |
| HSV(B) | 51.56º | 0.9% | 0.84% | - |
| XYZ | 45.13 | 49.32 | 7.85 | - |
| YUV | 175.26 | 40.95 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 21 | 0 | 0.13 | 0.90 | 0.16 | 51.56 | 0.82 | 0.46 |
| Hex | D5 | BA | 15 | 0 | D | 5A | 10 | 34 | 52 | 2E |
| Octal | 325 | 272 | 25 | 0 | 15 | 132 | 20 | 64 | 122 | 56 |
| Binary | 11010101 | 10111010 | 10101 | 0 | 1101 | 1011010 | 10000 | 110100 | 1010010 | 101110 |
Color Harmonies of #D5BA15
Complementary color
Monochromatic Colors of #D5BA15
Black with #D5BA15
Text Example
Text Example
White with #D5BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA15; }
p { color: rgb(213,186,21); }
H1.HeaderClassName
{
color: #D5BA15;
}
.AnyTagClassName
{
color: #D5BA15;
}
</style>
background-color css
<style>
a { background-color: #D5BA15; }
a { background-color: rgb(213,186,21); }
div.DivClassName
{
background-color: #D5BA15;
}
.BgClassName
{
background-color: #D5BA15;
}
</style>
border-color css
<style>
span { border-color: #D5BA15; }
span { border-color: rgb(213,186,21); }
td.TdClassName
{
border-color: #D5BA15;
}
.TagClassName
{
border-color: #D5BA15;
}
</style>