Shades of Sunflower #D7B107
Tints of Sunflower #D7B107
RGB
CMYK
RGB Variations
Color information
#D7B107 (or 0xD7B107) is known color: Sunflower. HEX triplet: D7, B1 and 07. RGB value is (215,177,7). Sum of RGB (Red+Green+Blue) = 215+177+7=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B107 is #284EF8. Grayscale: #A9A9A9. Windows color (decimal): -2641657 or 504279. OLE color: 504279.
HSL color Cylindrical-coordinate representation of color #D7B107: hue angle of 49.04º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7B107 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.16 |
| HSL | 49.04º | 0.94% | 0.44% | - |
| HSV(B) | 49.04º | 0.97% | 0.84% | - |
| XYZ | 43.78 | 45.91 | 6.75 | - |
| YUV | 168.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 7 | 0 | 0.18 | 0.97 | 0.16 | 49.04 | 0.94 | 0.44 |
| Hex | D7 | B1 | 7 | 0 | 12 | 61 | 10 | 31 | 5E | 2C |
| Octal | 327 | 261 | 7 | 0 | 22 | 141 | 20 | 61 | 136 | 54 |
| Binary | 11010111 | 10110001 | 111 | 0 | 10010 | 1100001 | 10000 | 110001 | 1011110 | 101100 |
Color Harmonies of #D7B107
Complementary color
Monochromatic Colors of #D7B107
Black with #D7B107
Text Example
Text Example
White with #D7B107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B107; }
p { color: rgb(215,177,7); }
H1.HeaderClassName
{
color: #D7B107;
}
.AnyTagClassName
{
color: #D7B107;
}
</style>
background-color css
<style>
a { background-color: #D7B107; }
a { background-color: rgb(215,177,7); }
div.DivClassName
{
background-color: #D7B107;
}
.BgClassName
{
background-color: #D7B107;
}
</style>
border-color css
<style>
span { border-color: #D7B107; }
span { border-color: rgb(215,177,7); }
td.TdClassName
{
border-color: #D7B107;
}
.TagClassName
{
border-color: #D7B107;
}
</style>