Shades of Sunflower #D7BD16
Tints of Sunflower #D7BD16
RGB
CMYK
RGB Variations
Color information
#D7BD16 (or 0xD7BD16) is known color: Sunflower. HEX triplet: D7, BD and 16. RGB value is (215,189,22). Sum of RGB (Red+Green+Blue) = 215+189+22=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BD16 is #2842E9. Grayscale: #B2B2B2. Windows color (decimal): -2638570 or 1490391. OLE color: 1490391.
HSL color Cylindrical-coordinate representation of color #D7BD16: hue angle of 51.92º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7BD16 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.16 |
| HSL | 51.92º | 0.81% | 0.46% | - |
| HSV(B) | 51.92º | 0.9% | 0.84% | - |
| XYZ | 46.37 | 50.9 | 8.14 | - |
| YUV | 177.74 | 40.11 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 22 | 0 | 0.12 | 0.90 | 0.16 | 51.92 | 0.81 | 0.46 |
| Hex | D7 | BD | 16 | 0 | C | 5A | 10 | 34 | 51 | 2E |
| Octal | 327 | 275 | 26 | 0 | 14 | 132 | 20 | 64 | 121 | 56 |
| Binary | 11010111 | 10111101 | 10110 | 0 | 1100 | 1011010 | 10000 | 110100 | 1010001 | 101110 |
Color Harmonies of #D7BD16
Complementary color
Monochromatic Colors of #D7BD16
Black with #D7BD16
Text Example
Text Example
White with #D7BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD16; }
p { color: rgb(215,189,22); }
H1.HeaderClassName
{
color: #D7BD16;
}
.AnyTagClassName
{
color: #D7BD16;
}
</style>
background-color css
<style>
a { background-color: #D7BD16; }
a { background-color: rgb(215,189,22); }
div.DivClassName
{
background-color: #D7BD16;
}
.BgClassName
{
background-color: #D7BD16;
}
</style>
border-color css
<style>
span { border-color: #D7BD16; }
span { border-color: rgb(215,189,22); }
td.TdClassName
{
border-color: #D7BD16;
}
.TagClassName
{
border-color: #D7BD16;
}
</style>