Shades of Sunflower #D8BC12
Tints of Sunflower #D8BC12
RGB
CMYK
RGB Variations
Color information
#D8BC12 (or 0xD8BC12) is known color: Sunflower. HEX triplet: D8, BC and 12. RGB value is (216,188,18). Sum of RGB (Red+Green+Blue) = 216+188+18=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BC12 is #2743ED. Grayscale: #B1B1B1. Windows color (decimal): -2573294 or 1227992. OLE color: 1227992.
HSL color Cylindrical-coordinate representation of color #D8BC12: hue angle of 51.52º 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 #D8BC12 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.15 |
| HSL | 51.52º | 0.85% | 0.46% | - |
| HSV(B) | 51.52º | 0.92% | 0.85% | - |
| XYZ | 46.41 | 50.61 | 7.89 | - |
| YUV | 176.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 18 | 0 | 0.13 | 0.92 | 0.15 | 51.52 | 0.85 | 0.46 |
| Hex | D8 | BC | 12 | 0 | D | 5C | F | 34 | 55 | 2E |
| Octal | 330 | 274 | 22 | 0 | 15 | 134 | 17 | 64 | 125 | 56 |
| Binary | 11011000 | 10111100 | 10010 | 0 | 1101 | 1011100 | 1111 | 110100 | 1010101 | 101110 |
Color Harmonies of #D8BC12
Complementary color
Monochromatic Colors of #D8BC12
Black with #D8BC12
Text Example
Text Example
White with #D8BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC12; }
p { color: rgb(216,188,18); }
H1.HeaderClassName
{
color: #D8BC12;
}
.AnyTagClassName
{
color: #D8BC12;
}
</style>
background-color css
<style>
a { background-color: #D8BC12; }
a { background-color: rgb(216,188,18); }
div.DivClassName
{
background-color: #D8BC12;
}
.BgClassName
{
background-color: #D8BC12;
}
</style>
border-color css
<style>
span { border-color: #D8BC12; }
span { border-color: rgb(216,188,18); }
td.TdClassName
{
border-color: #D8BC12;
}
.TagClassName
{
border-color: #D8BC12;
}
</style>