Shades of Sunflower #D6B510
Tints of Sunflower #D6B510
RGB
CMYK
RGB Variations
Color information
#D6B510 (or 0xD6B510) is known color: Sunflower. HEX triplet: D6, B5 and 10. RGB value is (214,181,16). Sum of RGB (Red+Green+Blue) = 214+181+16=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B510 is #294AEF. Grayscale: #ACACAC. Windows color (decimal): -2706160 or 1095126. OLE color: 1095126.
HSL color Cylindrical-coordinate representation of color #D6B510: hue angle of 50º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6B510 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.16 |
| HSL | 50º | 0.86% | 0.45% | - |
| HSV(B) | 50º | 0.93% | 0.84% | - |
| XYZ | 44.35 | 47.38 | 7.3 | - |
| YUV | 172.06 | 39.93 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 16 | 0 | 0.15 | 0.93 | 0.16 | 50 | 0.86 | 0.45 |
| Hex | D6 | B5 | 10 | 0 | F | 5D | 10 | 32 | 56 | 2D |
| Octal | 326 | 265 | 20 | 0 | 17 | 135 | 20 | 62 | 126 | 55 |
| Binary | 11010110 | 10110101 | 10000 | 0 | 1111 | 1011101 | 10000 | 110010 | 1010110 | 101101 |
Color Harmonies of #D6B510
Complementary color
Monochromatic Colors of #D6B510
Black with #D6B510
Text Example
Text Example
White with #D6B510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B510; }
p { color: rgb(214,181,16); }
H1.HeaderClassName
{
color: #D6B510;
}
.AnyTagClassName
{
color: #D6B510;
}
</style>
background-color css
<style>
a { background-color: #D6B510; }
a { background-color: rgb(214,181,16); }
div.DivClassName
{
background-color: #D6B510;
}
.BgClassName
{
background-color: #D6B510;
}
</style>
border-color css
<style>
span { border-color: #D6B510; }
span { border-color: rgb(214,181,16); }
td.TdClassName
{
border-color: #D6B510;
}
.TagClassName
{
border-color: #D6B510;
}
</style>