Shades of Sunflower #D8BF15
Tints of Sunflower #D8BF15
RGB
CMYK
RGB Variations
Color information
#D8BF15 (or 0xD8BF15) is known color: Sunflower. HEX triplet: D8, BF and 15. RGB value is (216,191,21). Sum of RGB (Red+Green+Blue) = 216+191+21=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BF15 is #2740EA. Grayscale: #B3B3B3. Windows color (decimal): -2572523 or 1425368. OLE color: 1425368.
HSL color Cylindrical-coordinate representation of color #D8BF15: hue angle of 52.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8BF15 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 21 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.15 |
| HSL | 52.31º | 0.82% | 0.46% | - |
| HSV(B) | 52.31º | 0.9% | 0.85% | - |
| XYZ | 47.09 | 51.91 | 8.25 | - |
| YUV | 179.1 | 38.78 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 21 | 0 | 0.12 | 0.90 | 0.15 | 52.31 | 0.82 | 0.46 |
| Hex | D8 | BF | 15 | 0 | C | 5A | F | 34 | 52 | 2E |
| Octal | 330 | 277 | 25 | 0 | 14 | 132 | 17 | 64 | 122 | 56 |
| Binary | 11011000 | 10111111 | 10101 | 0 | 1100 | 1011010 | 1111 | 110100 | 1010010 | 101110 |
Color Harmonies of #D8BF15
Complementary color
Monochromatic Colors of #D8BF15
Black with #D8BF15
Text Example
Text Example
White with #D8BF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF15; }
p { color: rgb(216,191,21); }
H1.HeaderClassName
{
color: #D8BF15;
}
.AnyTagClassName
{
color: #D8BF15;
}
</style>
background-color css
<style>
a { background-color: #D8BF15; }
a { background-color: rgb(216,191,21); }
div.DivClassName
{
background-color: #D8BF15;
}
.BgClassName
{
background-color: #D8BF15;
}
</style>
border-color css
<style>
span { border-color: #D8BF15; }
span { border-color: rgb(216,191,21); }
td.TdClassName
{
border-color: #D8BF15;
}
.TagClassName
{
border-color: #D8BF15;
}
</style>