Shades of Sunflower #D7B70D
Tints of Sunflower #D7B70D
RGB
CMYK
RGB Variations
Color information
#D7B70D (or 0xD7B70D) is known color: Sunflower. HEX triplet: D7, B7 and 0D. RGB value is (215,183,13). Sum of RGB (Red+Green+Blue) = 215+183+13=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B70D is #2848F2. Grayscale: #ADADAD. Windows color (decimal): -2640115 or 899031. OLE color: 899031.
HSL color Cylindrical-coordinate representation of color #D7B70D: hue angle of 50.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7B70D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.16 |
| HSL | 50.5º | 0.89% | 0.45% | - |
| HSV(B) | 50.5º | 0.94% | 0.84% | - |
| XYZ | 45.03 | 48.34 | 7.34 | - |
| YUV | 173.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 13 | 0 | 0.15 | 0.94 | 0.16 | 50.5 | 0.89 | 0.45 |
| Hex | D7 | B7 | D | 0 | F | 5E | 10 | 32 | 59 | 2D |
| Octal | 327 | 267 | 15 | 0 | 17 | 136 | 20 | 62 | 131 | 55 |
| Binary | 11010111 | 10110111 | 1101 | 0 | 1111 | 1011110 | 10000 | 110010 | 1011001 | 101101 |
Color Harmonies of #D7B70D
Complementary color
Monochromatic Colors of #D7B70D
Black with #D7B70D
Text Example
Text Example
White with #D7B70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B70D; }
p { color: rgb(215,183,13); }
H1.HeaderClassName
{
color: #D7B70D;
}
.AnyTagClassName
{
color: #D7B70D;
}
</style>
background-color css
<style>
a { background-color: #D7B70D; }
a { background-color: rgb(215,183,13); }
div.DivClassName
{
background-color: #D7B70D;
}
.BgClassName
{
background-color: #D7B70D;
}
</style>
border-color css
<style>
span { border-color: #D7B70D; }
span { border-color: rgb(215,183,13); }
td.TdClassName
{
border-color: #D7B70D;
}
.TagClassName
{
border-color: #D7B70D;
}
</style>