Shades of Sunflower #D6BC1F
Tints of Sunflower #D6BC1F
RGB
CMYK
RGB Variations
Color information
#D6BC1F (or 0xD6BC1F) is known color: Sunflower. HEX triplet: D6, BC and 1F. RGB value is (214,188,31). Sum of RGB (Red+Green+Blue) = 214+188+31=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC1F is #2943E0. Grayscale: #B2B2B2. Windows color (decimal): -2704353 or 2079958. OLE color: 2079958.
HSL color Cylindrical-coordinate representation of color #D6BC1F: hue angle of 51.48º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6BC1F is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 31 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.16 |
| HSL | 51.48º | 0.75% | 0.48% | - |
| HSV(B) | 51.48º | 0.86% | 0.84% | - |
| XYZ | 45.96 | 50.36 | 8.59 | - |
| YUV | 177.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 31 | 0 | 0.12 | 0.86 | 0.16 | 51.48 | 0.75 | 0.48 |
| Hex | D6 | BC | 1F | 0 | C | 56 | 10 | 33 | 4B | 30 |
| Octal | 326 | 274 | 37 | 0 | 14 | 126 | 20 | 63 | 113 | 60 |
| Binary | 11010110 | 10111100 | 11111 | 0 | 1100 | 1010110 | 10000 | 110011 | 1001011 | 110000 |
Color Harmonies of #D6BC1F
Complementary color
Monochromatic Colors of #D6BC1F
Black with #D6BC1F
Text Example
Text Example
White with #D6BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC1F; }
p { color: rgb(214,188,31); }
H1.HeaderClassName
{
color: #D6BC1F;
}
.AnyTagClassName
{
color: #D6BC1F;
}
</style>
background-color css
<style>
a { background-color: #D6BC1F; }
a { background-color: rgb(214,188,31); }
div.DivClassName
{
background-color: #D6BC1F;
}
.BgClassName
{
background-color: #D6BC1F;
}
</style>
border-color css
<style>
span { border-color: #D6BC1F; }
span { border-color: rgb(214,188,31); }
td.TdClassName
{
border-color: #D6BC1F;
}
.TagClassName
{
border-color: #D6BC1F;
}
</style>