Shades of Sunflower #D6BA21
Tints of Sunflower #D6BA21
RGB
CMYK
RGB Variations
Color information
#D6BA21 (or 0xD6BA21) is known color: Sunflower. HEX triplet: D6, BA and 21. RGB value is (214,186,33). Sum of RGB (Red+Green+Blue) = 214+186+33=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA21 is #2945DE. Grayscale: #B1B1B1. Windows color (decimal): -2704863 or 2210518. OLE color: 2210518.
HSL color Cylindrical-coordinate representation of color #D6BA21: hue angle of 50.72º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6BA21 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 33 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.16 |
| HSL | 50.72º | 0.73% | 0.48% | - |
| HSV(B) | 50.72º | 0.85% | 0.84% | - |
| XYZ | 45.56 | 49.52 | 8.6 | - |
| YUV | 176.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 33 | 0 | 0.13 | 0.85 | 0.16 | 50.72 | 0.73 | 0.48 |
| Hex | D6 | BA | 21 | 0 | D | 55 | 10 | 33 | 49 | 30 |
| Octal | 326 | 272 | 41 | 0 | 15 | 125 | 20 | 63 | 111 | 60 |
| Binary | 11010110 | 10111010 | 100001 | 0 | 1101 | 1010101 | 10000 | 110011 | 1001001 | 110000 |
Color Harmonies of #D6BA21
Complementary color
Monochromatic Colors of #D6BA21
Black with #D6BA21
Text Example
Text Example
White with #D6BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA21; }
p { color: rgb(214,186,33); }
H1.HeaderClassName
{
color: #D6BA21;
}
.AnyTagClassName
{
color: #D6BA21;
}
</style>
background-color css
<style>
a { background-color: #D6BA21; }
a { background-color: rgb(214,186,33); }
div.DivClassName
{
background-color: #D6BA21;
}
.BgClassName
{
background-color: #D6BA21;
}
</style>
border-color css
<style>
span { border-color: #D6BA21; }
span { border-color: rgb(214,186,33); }
td.TdClassName
{
border-color: #D6BA21;
}
.TagClassName
{
border-color: #D6BA21;
}
</style>