Shades of Sunflower #D8C012
Tints of Sunflower #D8C012
RGB
CMYK
RGB Variations
Color information
#D8C012 (or 0xD8C012) is known color: Sunflower. HEX triplet: D8, C0 and 12. RGB value is (216,192,18). Sum of RGB (Red+Green+Blue) = 216+192+18=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C012 is #273FED. Grayscale: #B4B4B4. Windows color (decimal): -2572270 or 1229016. OLE color: 1229016.
HSL color Cylindrical-coordinate representation of color #D8C012: hue angle of 52.73º 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 #D8C012 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.15 |
| HSL | 52.73º | 0.85% | 0.46% | - |
| HSV(B) | 52.73º | 0.92% | 0.85% | - |
| XYZ | 47.28 | 52.34 | 8.18 | - |
| YUV | 179.34 | 36.95 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 18 | 0 | 0.11 | 0.92 | 0.15 | 52.73 | 0.85 | 0.46 |
| Hex | D8 | C0 | 12 | 0 | B | 5C | F | 35 | 55 | 2E |
| Octal | 330 | 300 | 22 | 0 | 13 | 134 | 17 | 65 | 125 | 56 |
| Binary | 11011000 | 11000000 | 10010 | 0 | 1011 | 1011100 | 1111 | 110101 | 1010101 | 101110 |
Color Harmonies of #D8C012
Complementary color
Monochromatic Colors of #D8C012
Black with #D8C012
Text Example
Text Example
White with #D8C012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C012; }
p { color: rgb(216,192,18); }
H1.HeaderClassName
{
color: #D8C012;
}
.AnyTagClassName
{
color: #D8C012;
}
</style>
background-color css
<style>
a { background-color: #D8C012; }
a { background-color: rgb(216,192,18); }
div.DivClassName
{
background-color: #D8C012;
}
.BgClassName
{
background-color: #D8C012;
}
</style>
border-color css
<style>
span { border-color: #D8C012; }
span { border-color: rgb(216,192,18); }
td.TdClassName
{
border-color: #D8C012;
}
.TagClassName
{
border-color: #D8C012;
}
</style>