Shades of Sunflower #D6C016
Tints of Sunflower #D6C016
RGB
CMYK
RGB Variations
Color information
#D6C016 (or 0xD6C016) is known color: Sunflower. HEX triplet: D6, C0 and 16. RGB value is (214,192,22). Sum of RGB (Red+Green+Blue) = 214+192+22=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C016 is #293FE9. Grayscale: #B3B3B3. Windows color (decimal): -2703338 or 1491158. OLE color: 1491158.
HSL color Cylindrical-coordinate representation of color #D6C016: hue angle of 53.12º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6C016 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 22 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.16 |
| HSL | 53.13º | 0.81% | 0.46% | - |
| HSV(B) | 53.13º | 0.9% | 0.84% | - |
| XYZ | 46.73 | 52.05 | 8.34 | - |
| YUV | 179.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 22 | 0 | 0.10 | 0.90 | 0.16 | 53.13 | 0.81 | 0.46 |
| Hex | D6 | C0 | 16 | 0 | A | 5A | 10 | 35 | 51 | 2E |
| Octal | 326 | 300 | 26 | 0 | 12 | 132 | 20 | 65 | 121 | 56 |
| Binary | 11010110 | 11000000 | 10110 | 0 | 1010 | 1011010 | 10000 | 110101 | 1010001 | 101110 |
Color Harmonies of #D6C016
Complementary color
Monochromatic Colors of #D6C016
Black with #D6C016
Text Example
Text Example
White with #D6C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C016; }
p { color: rgb(214,192,22); }
H1.HeaderClassName
{
color: #D6C016;
}
.AnyTagClassName
{
color: #D6C016;
}
</style>
background-color css
<style>
a { background-color: #D6C016; }
a { background-color: rgb(214,192,22); }
div.DivClassName
{
background-color: #D6C016;
}
.BgClassName
{
background-color: #D6C016;
}
</style>
border-color css
<style>
span { border-color: #D6C016; }
span { border-color: rgb(214,192,22); }
td.TdClassName
{
border-color: #D6C016;
}
.TagClassName
{
border-color: #D6C016;
}
</style>