Shades of Sunflower #D5BB16
Tints of Sunflower #D5BB16
RGB
CMYK
RGB Variations
Color information
#D5BB16 (or 0xD5BB16) is known color: Sunflower. HEX triplet: D5, BB and 16. RGB value is (213,187,22). Sum of RGB (Red+Green+Blue) = 213+187+22=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BB16 is #2A44E9. Grayscale: #B0B0B0. Windows color (decimal): -2770154 or 1489877. OLE color: 1489877.
HSL color Cylindrical-coordinate representation of color #D5BB16: hue angle of 51.83º degrees, saturation: 0.81, 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 #D5BB16 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.16 |
| HSL | 51.83º | 0.81% | 0.46% | - |
| HSV(B) | 51.83º | 0.9% | 0.84% | - |
| XYZ | 45.36 | 49.74 | 7.97 | - |
| YUV | 175.96 | 41.11 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 22 | 0 | 0.12 | 0.90 | 0.16 | 51.83 | 0.81 | 0.46 |
| Hex | D5 | BB | 16 | 0 | C | 5A | 10 | 34 | 51 | 2E |
| Octal | 325 | 273 | 26 | 0 | 14 | 132 | 20 | 64 | 121 | 56 |
| Binary | 11010101 | 10111011 | 10110 | 0 | 1100 | 1011010 | 10000 | 110100 | 1010001 | 101110 |
Color Harmonies of #D5BB16
Complementary color
Monochromatic Colors of #D5BB16
Black with #D5BB16
Text Example
Text Example
White with #D5BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB16; }
p { color: rgb(213,187,22); }
H1.HeaderClassName
{
color: #D5BB16;
}
.AnyTagClassName
{
color: #D5BB16;
}
</style>
background-color css
<style>
a { background-color: #D5BB16; }
a { background-color: rgb(213,187,22); }
div.DivClassName
{
background-color: #D5BB16;
}
.BgClassName
{
background-color: #D5BB16;
}
</style>
border-color css
<style>
span { border-color: #D5BB16; }
span { border-color: rgb(213,187,22); }
td.TdClassName
{
border-color: #D5BB16;
}
.TagClassName
{
border-color: #D5BB16;
}
</style>