Shades of Sunflower #D8C110
Tints of Sunflower #D8C110
RGB
CMYK
RGB Variations
Color information
#D8C110 (or 0xD8C110) is known color: Sunflower. HEX triplet: D8, C1 and 10. RGB value is (216,193,16). Sum of RGB (Red+Green+Blue) = 216+193+16=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C110 is #273EEF. Grayscale: #B4B4B4. Windows color (decimal): -2572016 or 1098200. OLE color: 1098200.
HSL color Cylindrical-coordinate representation of color #D8C110: hue angle of 53.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8C110 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 16 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.15 |
| HSL | 53.1º | 0.86% | 0.45% | - |
| HSV(B) | 53.1º | 0.93% | 0.85% | - |
| XYZ | 47.48 | 52.78 | 8.17 | - |
| YUV | 179.7 | 35.62 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 16 | 0 | 0.11 | 0.93 | 0.15 | 53.1 | 0.86 | 0.45 |
| Hex | D8 | C1 | 10 | 0 | B | 5D | F | 35 | 56 | 2D |
| Octal | 330 | 301 | 20 | 0 | 13 | 135 | 17 | 65 | 126 | 55 |
| Binary | 11011000 | 11000001 | 10000 | 0 | 1011 | 1011101 | 1111 | 110101 | 1010110 | 101101 |
Color Harmonies of #D8C110
Complementary color
Monochromatic Colors of #D8C110
Black with #D8C110
Text Example
Text Example
White with #D8C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C110; }
p { color: rgb(216,193,16); }
H1.HeaderClassName
{
color: #D8C110;
}
.AnyTagClassName
{
color: #D8C110;
}
</style>
background-color css
<style>
a { background-color: #D8C110; }
a { background-color: rgb(216,193,16); }
div.DivClassName
{
background-color: #D8C110;
}
.BgClassName
{
background-color: #D8C110;
}
</style>
border-color css
<style>
span { border-color: #D8C110; }
span { border-color: rgb(216,193,16); }
td.TdClassName
{
border-color: #D8C110;
}
.TagClassName
{
border-color: #D8C110;
}
</style>