Shades of Sunflower #D7BE16
Tints of Sunflower #D7BE16
RGB
CMYK
RGB Variations
Color information
#D7BE16 (or 0xD7BE16) is known color: Sunflower. HEX triplet: D7, BE and 16. RGB value is (215,190,22). Sum of RGB (Red+Green+Blue) = 215+190+22=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BE16 is #2841E9. Grayscale: #B3B3B3. Windows color (decimal): -2638314 or 1490647. OLE color: 1490647.
HSL color Cylindrical-coordinate representation of color #D7BE16: hue angle of 52.23º 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 #D7BE16 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 190 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.16 |
| HSL | 52.23º | 0.81% | 0.46% | - |
| HSV(B) | 52.23º | 0.9% | 0.84% | - |
| XYZ | 46.58 | 51.33 | 8.21 | - |
| YUV | 178.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 190 | 22 | 0 | 0.12 | 0.90 | 0.16 | 52.23 | 0.81 | 0.46 |
| Hex | D7 | BE | 16 | 0 | C | 5A | 10 | 34 | 51 | 2E |
| Octal | 327 | 276 | 26 | 0 | 14 | 132 | 20 | 64 | 121 | 56 |
| Binary | 11010111 | 10111110 | 10110 | 0 | 1100 | 1011010 | 10000 | 110100 | 1010001 | 101110 |
Color Harmonies of #D7BE16
Complementary color
Monochromatic Colors of #D7BE16
Black with #D7BE16
Text Example
Text Example
White with #D7BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BE16; }
p { color: rgb(215,190,22); }
H1.HeaderClassName
{
color: #D7BE16;
}
.AnyTagClassName
{
color: #D7BE16;
}
</style>
background-color css
<style>
a { background-color: #D7BE16; }
a { background-color: rgb(215,190,22); }
div.DivClassName
{
background-color: #D7BE16;
}
.BgClassName
{
background-color: #D7BE16;
}
</style>
border-color css
<style>
span { border-color: #D7BE16; }
span { border-color: rgb(215,190,22); }
td.TdClassName
{
border-color: #D7BE16;
}
.TagClassName
{
border-color: #D7BE16;
}
</style>