Shades of Sunflower #D8BC16
Tints of Sunflower #D8BC16
RGB
CMYK
RGB Variations
Color information
#D8BC16 (or 0xD8BC16) is known color: Sunflower. HEX triplet: D8, BC and 16. RGB value is (216,188,22). Sum of RGB (Red+Green+Blue) = 216+188+22=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BC16 is #2743E9. Grayscale: #B2B2B2. Windows color (decimal): -2573290 or 1490136. OLE color: 1490136.
HSL color Cylindrical-coordinate representation of color #D8BC16: hue angle of 51.34º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8BC16 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 22 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.15 |
| HSL | 51.34º | 0.82% | 0.47% | - |
| HSV(B) | 51.34º | 0.9% | 0.85% | - |
| XYZ | 46.45 | 50.62 | 8.08 | - |
| YUV | 177.45 | 40.28 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 22 | 0 | 0.13 | 0.90 | 0.15 | 51.34 | 0.82 | 0.47 |
| Hex | D8 | BC | 16 | 0 | D | 5A | F | 33 | 52 | 2F |
| Octal | 330 | 274 | 26 | 0 | 15 | 132 | 17 | 63 | 122 | 57 |
| Binary | 11011000 | 10111100 | 10110 | 0 | 1101 | 1011010 | 1111 | 110011 | 1010010 | 101111 |
Color Harmonies of #D8BC16
Complementary color
Monochromatic Colors of #D8BC16
Black with #D8BC16
Text Example
Text Example
White with #D8BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC16; }
p { color: rgb(216,188,22); }
H1.HeaderClassName
{
color: #D8BC16;
}
.AnyTagClassName
{
color: #D8BC16;
}
</style>
background-color css
<style>
a { background-color: #D8BC16; }
a { background-color: rgb(216,188,22); }
div.DivClassName
{
background-color: #D8BC16;
}
.BgClassName
{
background-color: #D8BC16;
}
</style>
border-color css
<style>
span { border-color: #D8BC16; }
span { border-color: rgb(216,188,22); }
td.TdClassName
{
border-color: #D8BC16;
}
.TagClassName
{
border-color: #D8BC16;
}
</style>