Shades of Sunflower #D8C016
Tints of Sunflower #D8C016
RGB
CMYK
RGB Variations
Color information
#D8C016 (or 0xD8C016) is known color: Sunflower. HEX triplet: D8, C0 and 16. RGB value is (216,192,22). Sum of RGB (Red+Green+Blue) = 216+192+22=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C016 is #273FE9. Grayscale: #B4B4B4. Windows color (decimal): -2572266 or 1491160. OLE color: 1491160.
HSL color Cylindrical-coordinate representation of color #D8C016: hue angle of 52.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8C016 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 22 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.15 |
| HSL | 52.58º | 0.82% | 0.47% | - |
| HSV(B) | 52.58º | 0.9% | 0.85% | - |
| XYZ | 47.31 | 52.36 | 8.37 | - |
| YUV | 179.8 | 38.95 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 22 | 0 | 0.11 | 0.90 | 0.15 | 52.58 | 0.82 | 0.47 |
| Hex | D8 | C0 | 16 | 0 | B | 5A | F | 35 | 52 | 2F |
| Octal | 330 | 300 | 26 | 0 | 13 | 132 | 17 | 65 | 122 | 57 |
| Binary | 11011000 | 11000000 | 10110 | 0 | 1011 | 1011010 | 1111 | 110101 | 1010010 | 101111 |
Color Harmonies of #D8C016
Complementary color
Monochromatic Colors of #D8C016
Black with #D8C016
Text Example
Text Example
White with #D8C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C016; }
p { color: rgb(216,192,22); }
H1.HeaderClassName
{
color: #D8C016;
}
.AnyTagClassName
{
color: #D8C016;
}
</style>
background-color css
<style>
a { background-color: #D8C016; }
a { background-color: rgb(216,192,22); }
div.DivClassName
{
background-color: #D8C016;
}
.BgClassName
{
background-color: #D8C016;
}
</style>
border-color css
<style>
span { border-color: #D8C016; }
span { border-color: rgb(216,192,22); }
td.TdClassName
{
border-color: #D8C016;
}
.TagClassName
{
border-color: #D8C016;
}
</style>