Shades of Sunflower #D6BC15
Tints of Sunflower #D6BC15
RGB
CMYK
RGB Variations
Color information
#D6BC15 (or 0xD6BC15) is known color: Sunflower. HEX triplet: D6, BC and 15. RGB value is (214,188,21). Sum of RGB (Red+Green+Blue) = 214+188+21=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BC15 is #2943EA. Grayscale: #B1B1B1. Windows color (decimal): -2704363 or 1424598. OLE color: 1424598.
HSL color Cylindrical-coordinate representation of color #D6BC15: hue angle of 51.92º 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 #D6BC15 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 21 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.16 |
| HSL | 51.92º | 0.82% | 0.46% | - |
| HSV(B) | 51.92º | 0.9% | 0.84% | - |
| XYZ | 45.85 | 50.32 | 8.01 | - |
| YUV | 176.74 | 40.11 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 21 | 0 | 0.12 | 0.90 | 0.16 | 51.92 | 0.82 | 0.46 |
| Hex | D6 | BC | 15 | 0 | C | 5A | 10 | 34 | 52 | 2E |
| Octal | 326 | 274 | 25 | 0 | 14 | 132 | 20 | 64 | 122 | 56 |
| Binary | 11010110 | 10111100 | 10101 | 0 | 1100 | 1011010 | 10000 | 110100 | 1010010 | 101110 |
Color Harmonies of #D6BC15
Complementary color
Monochromatic Colors of #D6BC15
Black with #D6BC15
Text Example
Text Example
White with #D6BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC15; }
p { color: rgb(214,188,21); }
H1.HeaderClassName
{
color: #D6BC15;
}
.AnyTagClassName
{
color: #D6BC15;
}
</style>
background-color css
<style>
a { background-color: #D6BC15; }
a { background-color: rgb(214,188,21); }
div.DivClassName
{
background-color: #D6BC15;
}
.BgClassName
{
background-color: #D6BC15;
}
</style>
border-color css
<style>
span { border-color: #D6BC15; }
span { border-color: rgb(214,188,21); }
td.TdClassName
{
border-color: #D6BC15;
}
.TagClassName
{
border-color: #D6BC15;
}
</style>