Shades of Sunflower #D6BA1B
Tints of Sunflower #D6BA1B
RGB
CMYK
RGB Variations
Color information
#D6BA1B (or 0xD6BA1B) is known color: Sunflower. HEX triplet: D6, BA and 1B. RGB value is (214,186,27). Sum of RGB (Red+Green+Blue) = 214+186+27=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA1B is #2945E4. Grayscale: #B0B0B0. Windows color (decimal): -2704869 or 1817302. OLE color: 1817302.
HSL color Cylindrical-coordinate representation of color #D6BA1B: hue angle of 51.02º 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 #D6BA1B is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 27 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.16 |
| HSL | 51.02º | 0.78% | 0.47% | - |
| HSV(B) | 51.02º | 0.87% | 0.84% | - |
| XYZ | 45.49 | 49.49 | 8.19 | - |
| YUV | 176.25 | 43.78 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 27 | 0 | 0.13 | 0.87 | 0.16 | 51.02 | 0.78 | 0.47 |
| Hex | D6 | BA | 1B | 0 | D | 57 | 10 | 33 | 4E | 2F |
| Octal | 326 | 272 | 33 | 0 | 15 | 127 | 20 | 63 | 116 | 57 |
| Binary | 11010110 | 10111010 | 11011 | 0 | 1101 | 1010111 | 10000 | 110011 | 1001110 | 101111 |
Color Harmonies of #D6BA1B
Complementary color
Monochromatic Colors of #D6BA1B
Black with #D6BA1B
Text Example
Text Example
White with #D6BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA1B; }
p { color: rgb(214,186,27); }
H1.HeaderClassName
{
color: #D6BA1B;
}
.AnyTagClassName
{
color: #D6BA1B;
}
</style>
background-color css
<style>
a { background-color: #D6BA1B; }
a { background-color: rgb(214,186,27); }
div.DivClassName
{
background-color: #D6BA1B;
}
.BgClassName
{
background-color: #D6BA1B;
}
</style>
border-color css
<style>
span { border-color: #D6BA1B; }
span { border-color: rgb(214,186,27); }
td.TdClassName
{
border-color: #D6BA1B;
}
.TagClassName
{
border-color: #D6BA1B;
}
</style>