Shades of Sunflower #D7B215
Tints of Sunflower #D7B215
RGB
CMYK
RGB Variations
Color information
#D7B215 (or 0xD7B215) is known color: Sunflower. HEX triplet: D7, B2 and 15. RGB value is (215,178,21). Sum of RGB (Red+Green+Blue) = 215+178+21=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B215 is #284DEA. Grayscale: #ABABAB. Windows color (decimal): -2641387 or 1422039. OLE color: 1422039.
HSL color Cylindrical-coordinate representation of color #D7B215: hue angle of 48.56º 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 #D7B215 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.16 |
| HSL | 48.56º | 0.82% | 0.46% | - |
| HSV(B) | 48.56º | 0.9% | 0.84% | - |
| XYZ | 44.08 | 46.34 | 7.33 | - |
| YUV | 171.17 | 43.26 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 21 | 0 | 0.17 | 0.90 | 0.16 | 48.56 | 0.82 | 0.46 |
| Hex | D7 | B2 | 15 | 0 | 11 | 5A | 10 | 31 | 52 | 2E |
| Octal | 327 | 262 | 25 | 0 | 21 | 132 | 20 | 61 | 122 | 56 |
| Binary | 11010111 | 10110010 | 10101 | 0 | 10001 | 1011010 | 10000 | 110001 | 1010010 | 101110 |
Color Harmonies of #D7B215
Complementary color
Monochromatic Colors of #D7B215
Black with #D7B215
Text Example
Text Example
White with #D7B215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B215; }
p { color: rgb(215,178,21); }
H1.HeaderClassName
{
color: #D7B215;
}
.AnyTagClassName
{
color: #D7B215;
}
</style>
background-color css
<style>
a { background-color: #D7B215; }
a { background-color: rgb(215,178,21); }
div.DivClassName
{
background-color: #D7B215;
}
.BgClassName
{
background-color: #D7B215;
}
</style>
border-color css
<style>
span { border-color: #D7B215; }
span { border-color: rgb(215,178,21); }
td.TdClassName
{
border-color: #D7B215;
}
.TagClassName
{
border-color: #D7B215;
}
</style>