Shades of Sunflower #D6BC1B
Tints of Sunflower #D6BC1B
RGB
CMYK
RGB Variations
Color information
#D6BC1B (or 0xD6BC1B) is known color: Sunflower. HEX triplet: D6, BC and 1B. RGB value is (214,188,27). Sum of RGB (Red+Green+Blue) = 214+188+27=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC1B is #2943E4. Grayscale: #B2B2B2. Windows color (decimal): -2704357 or 1817814. OLE color: 1817814.
HSL color Cylindrical-coordinate representation of color #D6BC1B: hue angle of 51.66º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6BC1B is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 27 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.16 |
| HSL | 51.66º | 0.78% | 0.47% | - |
| HSV(B) | 51.66º | 0.87% | 0.84% | - |
| XYZ | 45.91 | 50.34 | 8.33 | - |
| YUV | 177.42 | 43.11 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 27 | 0 | 0.12 | 0.87 | 0.16 | 51.66 | 0.78 | 0.47 |
| Hex | D6 | BC | 1B | 0 | C | 57 | 10 | 34 | 4E | 2F |
| Octal | 326 | 274 | 33 | 0 | 14 | 127 | 20 | 64 | 116 | 57 |
| Binary | 11010110 | 10111100 | 11011 | 0 | 1100 | 1010111 | 10000 | 110100 | 1001110 | 101111 |
Color Harmonies of #D6BC1B
Complementary color
Monochromatic Colors of #D6BC1B
Black with #D6BC1B
Text Example
Text Example
White with #D6BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC1B; }
p { color: rgb(214,188,27); }
H1.HeaderClassName
{
color: #D6BC1B;
}
.AnyTagClassName
{
color: #D6BC1B;
}
</style>
background-color css
<style>
a { background-color: #D6BC1B; }
a { background-color: rgb(214,188,27); }
div.DivClassName
{
background-color: #D6BC1B;
}
.BgClassName
{
background-color: #D6BC1B;
}
</style>
border-color css
<style>
span { border-color: #D6BC1B; }
span { border-color: rgb(214,188,27); }
td.TdClassName
{
border-color: #D6BC1B;
}
.TagClassName
{
border-color: #D6BC1B;
}
</style>