Shades of Sunflower #D6B517
Tints of Sunflower #D6B517
RGB
CMYK
RGB Variations
Color information
#D6B517 (or 0xD6B517) is known color: Sunflower. HEX triplet: D6, B5 and 17. RGB value is (214,181,23). Sum of RGB (Red+Green+Blue) = 214+181+23=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B517 is #294AE8. Grayscale: #ADADAD. Windows color (decimal): -2706153 or 1553878. OLE color: 1553878.
HSL color Cylindrical-coordinate representation of color #D6B517: hue angle of 49.63º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6B517 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 23 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.16 |
| HSL | 49.63º | 0.81% | 0.46% | - |
| HSV(B) | 49.63º | 0.89% | 0.84% | - |
| XYZ | 44.41 | 47.41 | 7.62 | - |
| YUV | 172.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 23 | 0 | 0.15 | 0.89 | 0.16 | 49.63 | 0.81 | 0.46 |
| Hex | D6 | B5 | 17 | 0 | F | 59 | 10 | 32 | 51 | 2E |
| Octal | 326 | 265 | 27 | 0 | 17 | 131 | 20 | 62 | 121 | 56 |
| Binary | 11010110 | 10110101 | 10111 | 0 | 1111 | 1011001 | 10000 | 110010 | 1010001 | 101110 |
Color Harmonies of #D6B517
Complementary color
Monochromatic Colors of #D6B517
Black with #D6B517
Text Example
Text Example
White with #D6B517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B517; }
p { color: rgb(214,181,23); }
H1.HeaderClassName
{
color: #D6B517;
}
.AnyTagClassName
{
color: #D6B517;
}
</style>
background-color css
<style>
a { background-color: #D6B517; }
a { background-color: rgb(214,181,23); }
div.DivClassName
{
background-color: #D6B517;
}
.BgClassName
{
background-color: #D6B517;
}
</style>
border-color css
<style>
span { border-color: #D6B517; }
span { border-color: rgb(214,181,23); }
td.TdClassName
{
border-color: #D6B517;
}
.TagClassName
{
border-color: #D6B517;
}
</style>