Shades of Sunflower #D8C115
Tints of Sunflower #D8C115
RGB
CMYK
RGB Variations
Color information
#D8C115 (or 0xD8C115) is known color: Sunflower. HEX triplet: D8, C1 and 15. RGB value is (216,193,21). Sum of RGB (Red+Green+Blue) = 216+193+21=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C115 is #273EEA. Grayscale: #B4B4B4. Windows color (decimal): -2572011 or 1425880. OLE color: 1425880.
HSL color Cylindrical-coordinate representation of color #D8C115: hue angle of 52.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8C115 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 21 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.15 |
| HSL | 52.92º | 0.82% | 0.46% | - |
| HSV(B) | 52.92º | 0.9% | 0.85% | - |
| XYZ | 47.52 | 52.79 | 8.39 | - |
| YUV | 180.27 | 38.12 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 21 | 0 | 0.11 | 0.90 | 0.15 | 52.92 | 0.82 | 0.46 |
| Hex | D8 | C1 | 15 | 0 | B | 5A | F | 35 | 52 | 2E |
| Octal | 330 | 301 | 25 | 0 | 13 | 132 | 17 | 65 | 122 | 56 |
| Binary | 11011000 | 11000001 | 10101 | 0 | 1011 | 1011010 | 1111 | 110101 | 1010010 | 101110 |
Color Harmonies of #D8C115
Complementary color
Monochromatic Colors of #D8C115
Black with #D8C115
Text Example
Text Example
White with #D8C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C115; }
p { color: rgb(216,193,21); }
H1.HeaderClassName
{
color: #D8C115;
}
.AnyTagClassName
{
color: #D8C115;
}
</style>
background-color css
<style>
a { background-color: #D8C115; }
a { background-color: rgb(216,193,21); }
div.DivClassName
{
background-color: #D8C115;
}
.BgClassName
{
background-color: #D8C115;
}
</style>
border-color css
<style>
span { border-color: #D8C115; }
span { border-color: rgb(216,193,21); }
td.TdClassName
{
border-color: #D8C115;
}
.TagClassName
{
border-color: #D8C115;
}
</style>