Shades of Sunflower #D8C111
Tints of Sunflower #D8C111
RGB
CMYK
RGB Variations
Color information
#D8C111 (or 0xD8C111) is known color: Sunflower. HEX triplet: D8, C1 and 11. RGB value is (216,193,17). Sum of RGB (Red+Green+Blue) = 216+193+17=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C111 is #273EEE. Grayscale: #B4B4B4. Windows color (decimal): -2572015 or 1163736. OLE color: 1163736.
HSL color Cylindrical-coordinate representation of color #D8C111: hue angle of 53.07º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8C111 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 17 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.15 |
| HSL | 53.07º | 0.85% | 0.46% | - |
| HSV(B) | 53.07º | 0.92% | 0.85% | - |
| XYZ | 47.49 | 52.78 | 8.21 | - |
| YUV | 179.81 | 36.12 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 17 | 0 | 0.11 | 0.92 | 0.15 | 53.07 | 0.85 | 0.46 |
| Hex | D8 | C1 | 11 | 0 | B | 5C | F | 35 | 55 | 2E |
| Octal | 330 | 301 | 21 | 0 | 13 | 134 | 17 | 65 | 125 | 56 |
| Binary | 11011000 | 11000001 | 10001 | 0 | 1011 | 1011100 | 1111 | 110101 | 1010101 | 101110 |
Color Harmonies of #D8C111
Complementary color
Monochromatic Colors of #D8C111
Black with #D8C111
Text Example
Text Example
White with #D8C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C111; }
p { color: rgb(216,193,17); }
H1.HeaderClassName
{
color: #D8C111;
}
.AnyTagClassName
{
color: #D8C111;
}
</style>
background-color css
<style>
a { background-color: #D8C111; }
a { background-color: rgb(216,193,17); }
div.DivClassName
{
background-color: #D8C111;
}
.BgClassName
{
background-color: #D8C111;
}
</style>
border-color css
<style>
span { border-color: #D8C111; }
span { border-color: rgb(216,193,17); }
td.TdClassName
{
border-color: #D8C111;
}
.TagClassName
{
border-color: #D8C111;
}
</style>