Shades of Sunflower #D5BA25
Tints of Sunflower #D5BA25
RGB
CMYK
RGB Variations
Color information
#D5BA25 (or 0xD5BA25) is known color: Sunflower. HEX triplet: D5, BA and 25. RGB value is (213,186,37). Sum of RGB (Red+Green+Blue) = 213+186+37=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA25 is #2A45DA. Grayscale: #B1B1B1. Windows color (decimal): -2770395 or 2472661. OLE color: 2472661.
HSL color Cylindrical-coordinate representation of color #D5BA25: hue angle of 50.8º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5BA25 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 37 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.16 |
| HSL | 50.8º | 0.7% | 0.49% | - |
| HSV(B) | 50.8º | 0.83% | 0.84% | - |
| XYZ | 45.33 | 49.4 | 8.9 | - |
| YUV | 177.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 37 | 0 | 0.13 | 0.83 | 0.16 | 50.8 | 0.7 | 0.49 |
| Hex | D5 | BA | 25 | 0 | D | 53 | 10 | 33 | 46 | 31 |
| Octal | 325 | 272 | 45 | 0 | 15 | 123 | 20 | 63 | 106 | 61 |
| Binary | 11010101 | 10111010 | 100101 | 0 | 1101 | 1010011 | 10000 | 110011 | 1000110 | 110001 |
Color Harmonies of #D5BA25
Complementary color
Monochromatic Colors of #D5BA25
Black with #D5BA25
Text Example
Text Example
White with #D5BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA25; }
p { color: rgb(213,186,37); }
H1.HeaderClassName
{
color: #D5BA25;
}
.AnyTagClassName
{
color: #D5BA25;
}
</style>
background-color css
<style>
a { background-color: #D5BA25; }
a { background-color: rgb(213,186,37); }
div.DivClassName
{
background-color: #D5BA25;
}
.BgClassName
{
background-color: #D5BA25;
}
</style>
border-color css
<style>
span { border-color: #D5BA25; }
span { border-color: rgb(213,186,37); }
td.TdClassName
{
border-color: #D5BA25;
}
.TagClassName
{
border-color: #D5BA25;
}
</style>