Shades of Sunflower #D7BC25
Tints of Sunflower #D7BC25
RGB
CMYK
RGB Variations
Color information
#D7BC25 (or 0xD7BC25) is known color: Sunflower. HEX triplet: D7, BC and 25. RGB value is (215,188,37). Sum of RGB (Red+Green+Blue) = 215+188+37=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BC25 is #2843DA. Grayscale: #B3B3B3. Windows color (decimal): -2638811 or 2473175. OLE color: 2473175.
HSL color Cylindrical-coordinate representation of color #D7BC25: hue angle of 50.9º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7BC25 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 37 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.16 |
| HSL | 50.9º | 0.71% | 0.49% | - |
| HSV(B) | 50.9º | 0.83% | 0.84% | - |
| XYZ | 46.34 | 50.55 | 9.06 | - |
| YUV | 178.86 | 47.95 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 37 | 0 | 0.13 | 0.83 | 0.16 | 50.9 | 0.71 | 0.49 |
| Hex | D7 | BC | 25 | 0 | D | 53 | 10 | 33 | 47 | 31 |
| Octal | 327 | 274 | 45 | 0 | 15 | 123 | 20 | 63 | 107 | 61 |
| Binary | 11010111 | 10111100 | 100101 | 0 | 1101 | 1010011 | 10000 | 110011 | 1000111 | 110001 |
Color Harmonies of #D7BC25
Complementary color
Monochromatic Colors of #D7BC25
Black with #D7BC25
Text Example
Text Example
White with #D7BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC25; }
p { color: rgb(215,188,37); }
H1.HeaderClassName
{
color: #D7BC25;
}
.AnyTagClassName
{
color: #D7BC25;
}
</style>
background-color css
<style>
a { background-color: #D7BC25; }
a { background-color: rgb(215,188,37); }
div.DivClassName
{
background-color: #D7BC25;
}
.BgClassName
{
background-color: #D7BC25;
}
</style>
border-color css
<style>
span { border-color: #D7BC25; }
span { border-color: rgb(215,188,37); }
td.TdClassName
{
border-color: #D7BC25;
}
.TagClassName
{
border-color: #D7BC25;
}
</style>