Shades of Sunflower #D5BC19
Tints of Sunflower #D5BC19
RGB
CMYK
RGB Variations
Color information
#D5BC19 (or 0xD5BC19) is known color: Sunflower. HEX triplet: D5, BC and 19. RGB value is (213,188,25). Sum of RGB (Red+Green+Blue) = 213+188+25=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BC19 is #2A43E6. Grayscale: #B1B1B1. Windows color (decimal): -2769895 or 1686741. OLE color: 1686741.
HSL color Cylindrical-coordinate representation of color #D5BC19: hue angle of 52.02º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5BC19 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 25 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.16 |
| HSL | 52.02º | 0.79% | 0.47% | - |
| HSV(B) | 52.02º | 0.88% | 0.84% | - |
| XYZ | 45.6 | 50.18 | 8.2 | - |
| YUV | 176.89 | 42.28 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 25 | 0 | 0.12 | 0.88 | 0.16 | 52.02 | 0.79 | 0.47 |
| Hex | D5 | BC | 19 | 0 | C | 58 | 10 | 34 | 4F | 2F |
| Octal | 325 | 274 | 31 | 0 | 14 | 130 | 20 | 64 | 117 | 57 |
| Binary | 11010101 | 10111100 | 11001 | 0 | 1100 | 1011000 | 10000 | 110100 | 1001111 | 101111 |
Color Harmonies of #D5BC19
Complementary color
Monochromatic Colors of #D5BC19
Black with #D5BC19
Text Example
Text Example
White with #D5BC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC19; }
p { color: rgb(213,188,25); }
H1.HeaderClassName
{
color: #D5BC19;
}
.AnyTagClassName
{
color: #D5BC19;
}
</style>
background-color css
<style>
a { background-color: #D5BC19; }
a { background-color: rgb(213,188,25); }
div.DivClassName
{
background-color: #D5BC19;
}
.BgClassName
{
background-color: #D5BC19;
}
</style>
border-color css
<style>
span { border-color: #D5BC19; }
span { border-color: rgb(213,188,25); }
td.TdClassName
{
border-color: #D5BC19;
}
.TagClassName
{
border-color: #D5BC19;
}
</style>