Shades of Sunflower #D5BA14
Tints of Sunflower #D5BA14
RGB
CMYK
RGB Variations
Color information
#D5BA14 (or 0xD5BA14) is known color: Sunflower. HEX triplet: D5, BA and 14. RGB value is (213,186,20). Sum of RGB (Red+Green+Blue) = 213+186+20=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA14 is #2A45EB. Grayscale: #AFAFAF. Windows color (decimal): -2770412 or 1358549. OLE color: 1358549.
HSL color Cylindrical-coordinate representation of color #D5BA14: hue angle of 51.61º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5BA14 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 20 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.16 |
| HSL | 51.61º | 0.83% | 0.46% | - |
| HSV(B) | 51.61º | 0.91% | 0.84% | - |
| XYZ | 45.13 | 49.31 | 7.8 | - |
| YUV | 175.15 | 40.45 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 20 | 0 | 0.13 | 0.91 | 0.16 | 51.61 | 0.83 | 0.46 |
| Hex | D5 | BA | 14 | 0 | D | 5B | 10 | 34 | 53 | 2E |
| Octal | 325 | 272 | 24 | 0 | 15 | 133 | 20 | 64 | 123 | 56 |
| Binary | 11010101 | 10111010 | 10100 | 0 | 1101 | 1011011 | 10000 | 110100 | 1010011 | 101110 |
Color Harmonies of #D5BA14
Complementary color
Monochromatic Colors of #D5BA14
Black with #D5BA14
Text Example
Text Example
White with #D5BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA14; }
p { color: rgb(213,186,20); }
H1.HeaderClassName
{
color: #D5BA14;
}
.AnyTagClassName
{
color: #D5BA14;
}
</style>
background-color css
<style>
a { background-color: #D5BA14; }
a { background-color: rgb(213,186,20); }
div.DivClassName
{
background-color: #D5BA14;
}
.BgClassName
{
background-color: #D5BA14;
}
</style>
border-color css
<style>
span { border-color: #D5BA14; }
span { border-color: rgb(213,186,20); }
td.TdClassName
{
border-color: #D5BA14;
}
.TagClassName
{
border-color: #D5BA14;
}
</style>