Shades of Sunflower #D8BC21
Tints of Sunflower #D8BC21
RGB
CMYK
RGB Variations
Color information
#D8BC21 (or 0xD8BC21) is known color: Sunflower. HEX triplet: D8, BC and 21. RGB value is (216,188,33). Sum of RGB (Red+Green+Blue) = 216+188+33=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BC21 is #2743DE. Grayscale: #B3B3B3. Windows color (decimal): -2573279 or 2211032. OLE color: 2211032.
HSL color Cylindrical-coordinate representation of color #D8BC21: hue angle of 50.82º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8BC21 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 33 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.15 |
| HSL | 50.82º | 0.73% | 0.49% | - |
| HSV(B) | 50.82º | 0.85% | 0.85% | - |
| XYZ | 46.58 | 50.68 | 8.77 | - |
| YUV | 178.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 33 | 0 | 0.13 | 0.85 | 0.15 | 50.82 | 0.73 | 0.49 |
| Hex | D8 | BC | 21 | 0 | D | 55 | F | 33 | 49 | 31 |
| Octal | 330 | 274 | 41 | 0 | 15 | 125 | 17 | 63 | 111 | 61 |
| Binary | 11011000 | 10111100 | 100001 | 0 | 1101 | 1010101 | 1111 | 110011 | 1001001 | 110001 |
Color Harmonies of #D8BC21
Complementary color
Monochromatic Colors of #D8BC21
Black with #D8BC21
Text Example
Text Example
White with #D8BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC21; }
p { color: rgb(216,188,33); }
H1.HeaderClassName
{
color: #D8BC21;
}
.AnyTagClassName
{
color: #D8BC21;
}
</style>
background-color css
<style>
a { background-color: #D8BC21; }
a { background-color: rgb(216,188,33); }
div.DivClassName
{
background-color: #D8BC21;
}
.BgClassName
{
background-color: #D8BC21;
}
</style>
border-color css
<style>
span { border-color: #D8BC21; }
span { border-color: rgb(216,188,33); }
td.TdClassName
{
border-color: #D8BC21;
}
.TagClassName
{
border-color: #D8BC21;
}
</style>