Shades of Sunflower #D8BF21
Tints of Sunflower #D8BF21
RGB
CMYK
RGB Variations
Color information
#D8BF21 (or 0xD8BF21) is known color: Sunflower. HEX triplet: D8, BF and 21. RGB value is (216,191,33). Sum of RGB (Red+Green+Blue) = 216+191+33=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF21 is #2740DE. Grayscale: #B5B5B5. Windows color (decimal): -2572511 or 2211800. OLE color: 2211800.
HSL color Cylindrical-coordinate representation of color #D8BF21: hue angle of 51.8º 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 #D8BF21 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 33 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.15 |
| HSL | 51.8º | 0.73% | 0.49% | - |
| HSV(B) | 51.8º | 0.85% | 0.85% | - |
| XYZ | 47.22 | 51.97 | 8.98 | - |
| YUV | 180.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 33 | 0 | 0.12 | 0.85 | 0.15 | 51.8 | 0.73 | 0.49 |
| Hex | D8 | BF | 21 | 0 | C | 55 | F | 34 | 49 | 31 |
| Octal | 330 | 277 | 41 | 0 | 14 | 125 | 17 | 64 | 111 | 61 |
| Binary | 11011000 | 10111111 | 100001 | 0 | 1100 | 1010101 | 1111 | 110100 | 1001001 | 110001 |
Color Harmonies of #D8BF21
Complementary color
Monochromatic Colors of #D8BF21
Black with #D8BF21
Text Example
Text Example
White with #D8BF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF21; }
p { color: rgb(216,191,33); }
H1.HeaderClassName
{
color: #D8BF21;
}
.AnyTagClassName
{
color: #D8BF21;
}
</style>
background-color css
<style>
a { background-color: #D8BF21; }
a { background-color: rgb(216,191,33); }
div.DivClassName
{
background-color: #D8BF21;
}
.BgClassName
{
background-color: #D8BF21;
}
</style>
border-color css
<style>
span { border-color: #D8BF21; }
span { border-color: rgb(216,191,33); }
td.TdClassName
{
border-color: #D8BF21;
}
.TagClassName
{
border-color: #D8BF21;
}
</style>