Shades of Sunflower #D7B915
Tints of Sunflower #D7B915
RGB
CMYK
RGB Variations
Color information
#D7B915 (or 0xD7B915) is known color: Sunflower. HEX triplet: D7, B9 and 15. RGB value is (215,185,21). Sum of RGB (Red+Green+Blue) = 215+185+21=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B915 is #2846EA. Grayscale: #AFAFAF. Windows color (decimal): -2639595 or 1423831. OLE color: 1423831.
HSL color Cylindrical-coordinate representation of color #D7B915: hue angle of 50.72º degrees, saturation: 0.82, 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 #D7B915 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 21 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.16 |
| HSL | 50.72º | 0.82% | 0.46% | - |
| HSV(B) | 50.72º | 0.9% | 0.84% | - |
| XYZ | 45.51 | 49.2 | 7.81 | - |
| YUV | 175.27 | 40.94 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 21 | 0 | 0.14 | 0.90 | 0.16 | 50.72 | 0.82 | 0.46 |
| Hex | D7 | B9 | 15 | 0 | E | 5A | 10 | 33 | 52 | 2E |
| Octal | 327 | 271 | 25 | 0 | 16 | 132 | 20 | 63 | 122 | 56 |
| Binary | 11010111 | 10111001 | 10101 | 0 | 1110 | 1011010 | 10000 | 110011 | 1010010 | 101110 |
Color Harmonies of #D7B915
Complementary color
Monochromatic Colors of #D7B915
Black with #D7B915
Text Example
Text Example
White with #D7B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B915; }
p { color: rgb(215,185,21); }
H1.HeaderClassName
{
color: #D7B915;
}
.AnyTagClassName
{
color: #D7B915;
}
</style>
background-color css
<style>
a { background-color: #D7B915; }
a { background-color: rgb(215,185,21); }
div.DivClassName
{
background-color: #D7B915;
}
.BgClassName
{
background-color: #D7B915;
}
</style>
border-color css
<style>
span { border-color: #D7B915; }
span { border-color: rgb(215,185,21); }
td.TdClassName
{
border-color: #D7B915;
}
.TagClassName
{
border-color: #D7B915;
}
</style>