Shades of Sunflower #D6B921
Tints of Sunflower #D6B921
RGB
CMYK
RGB Variations
Color information
#D6B921 (or 0xD6B921) is known color: Sunflower. HEX triplet: D6, B9 and 21. RGB value is (214,185,33). Sum of RGB (Red+Green+Blue) = 214+185+33=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B921 is #2946DE. Grayscale: #B0B0B0. Windows color (decimal): -2705119 or 2210262. OLE color: 2210262.
HSL color Cylindrical-coordinate representation of color #D6B921: hue angle of 50.39º 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 #D6B921 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 33 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.16 |
| HSL | 50.39º | 0.73% | 0.48% | - |
| HSV(B) | 50.39º | 0.85% | 0.84% | - |
| XYZ | 45.36 | 49.1 | 8.53 | - |
| YUV | 176.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 33 | 0 | 0.14 | 0.85 | 0.16 | 50.39 | 0.73 | 0.48 |
| Hex | D6 | B9 | 21 | 0 | E | 55 | 10 | 32 | 49 | 30 |
| Octal | 326 | 271 | 41 | 0 | 16 | 125 | 20 | 62 | 111 | 60 |
| Binary | 11010110 | 10111001 | 100001 | 0 | 1110 | 1010101 | 10000 | 110010 | 1001001 | 110000 |
Color Harmonies of #D6B921
Complementary color
Monochromatic Colors of #D6B921
Black with #D6B921
Text Example
Text Example
White with #D6B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B921; }
p { color: rgb(214,185,33); }
H1.HeaderClassName
{
color: #D6B921;
}
.AnyTagClassName
{
color: #D6B921;
}
</style>
background-color css
<style>
a { background-color: #D6B921; }
a { background-color: rgb(214,185,33); }
div.DivClassName
{
background-color: #D6B921;
}
.BgClassName
{
background-color: #D6B921;
}
</style>
border-color css
<style>
span { border-color: #D6B921; }
span { border-color: rgb(214,185,33); }
td.TdClassName
{
border-color: #D6B921;
}
.TagClassName
{
border-color: #D6B921;
}
</style>