Shades of Sunflower #D7BD10
Tints of Sunflower #D7BD10
RGB
CMYK
RGB Variations
Color information
#D7BD10 (or 0xD7BD10) is known color: Sunflower. HEX triplet: D7, BD and 10. RGB value is (215,189,16). Sum of RGB (Red+Green+Blue) = 215+189+16=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BD10 is #2842EF. Grayscale: #B1B1B1. Windows color (decimal): -2638576 or 1097175. OLE color: 1097175.
HSL color Cylindrical-coordinate representation of color #D7BD10: hue angle of 52.16º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7BD10 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.16 |
| HSL | 52.16º | 0.86% | 0.45% | - |
| HSV(B) | 52.16º | 0.93% | 0.84% | - |
| XYZ | 46.32 | 50.88 | 7.87 | - |
| YUV | 177.05 | 37.11 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 16 | 0 | 0.12 | 0.93 | 0.16 | 52.16 | 0.86 | 0.45 |
| Hex | D7 | BD | 10 | 0 | C | 5D | 10 | 34 | 56 | 2D |
| Octal | 327 | 275 | 20 | 0 | 14 | 135 | 20 | 64 | 126 | 55 |
| Binary | 11010111 | 10111101 | 10000 | 0 | 1100 | 1011101 | 10000 | 110100 | 1010110 | 101101 |
Color Harmonies of #D7BD10
Complementary color
Monochromatic Colors of #D7BD10
Black with #D7BD10
Text Example
Text Example
White with #D7BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD10; }
p { color: rgb(215,189,16); }
H1.HeaderClassName
{
color: #D7BD10;
}
.AnyTagClassName
{
color: #D7BD10;
}
</style>
background-color css
<style>
a { background-color: #D7BD10; }
a { background-color: rgb(215,189,16); }
div.DivClassName
{
background-color: #D7BD10;
}
.BgClassName
{
background-color: #D7BD10;
}
</style>
border-color css
<style>
span { border-color: #D7BD10; }
span { border-color: rgb(215,189,16); }
td.TdClassName
{
border-color: #D7BD10;
}
.TagClassName
{
border-color: #D7BD10;
}
</style>