Shades of Sunflower #D6BC18
Tints of Sunflower #D6BC18
RGB
CMYK
RGB Variations
Color information
#D6BC18 (or 0xD6BC18) is known color: Sunflower. HEX triplet: D6, BC and 18. RGB value is (214,188,24). Sum of RGB (Red+Green+Blue) = 214+188+24=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BC18 is #2943E7. Grayscale: #B1B1B1. Windows color (decimal): -2704360 or 1621206. OLE color: 1621206.
HSL color Cylindrical-coordinate representation of color #D6BC18: hue angle of 51.79º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6BC18 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 24 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.16 |
| HSL | 51.79º | 0.8% | 0.47% | - |
| HSV(B) | 51.79º | 0.89% | 0.84% | - |
| XYZ | 45.88 | 50.33 | 8.16 | - |
| YUV | 177.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 24 | 0 | 0.12 | 0.89 | 0.16 | 51.79 | 0.8 | 0.47 |
| Hex | D6 | BC | 18 | 0 | C | 59 | 10 | 34 | 50 | 2F |
| Octal | 326 | 274 | 30 | 0 | 14 | 131 | 20 | 64 | 120 | 57 |
| Binary | 11010110 | 10111100 | 11000 | 0 | 1100 | 1011001 | 10000 | 110100 | 1010000 | 101111 |
Color Harmonies of #D6BC18
Complementary color
Monochromatic Colors of #D6BC18
Black with #D6BC18
Text Example
Text Example
White with #D6BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC18; }
p { color: rgb(214,188,24); }
H1.HeaderClassName
{
color: #D6BC18;
}
.AnyTagClassName
{
color: #D6BC18;
}
</style>
background-color css
<style>
a { background-color: #D6BC18; }
a { background-color: rgb(214,188,24); }
div.DivClassName
{
background-color: #D6BC18;
}
.BgClassName
{
background-color: #D6BC18;
}
</style>
border-color css
<style>
span { border-color: #D6BC18; }
span { border-color: rgb(214,188,24); }
td.TdClassName
{
border-color: #D6BC18;
}
.TagClassName
{
border-color: #D6BC18;
}
</style>