Shades of Sunflower #D7BD20
Tints of Sunflower #D7BD20
RGB
CMYK
RGB Variations
Color information
#D7BD20 (or 0xD7BD20) is known color: Sunflower. HEX triplet: D7, BD and 20. RGB value is (215,189,32). Sum of RGB (Red+Green+Blue) = 215+189+32=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BD20 is #2842DF. Grayscale: #B3B3B3. Windows color (decimal): -2638560 or 2145751. OLE color: 2145751.
HSL color Cylindrical-coordinate representation of color #D7BD20: hue angle of 51.48º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7BD20 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 32 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.16 |
| HSL | 51.48º | 0.74% | 0.48% | - |
| HSV(B) | 51.48º | 0.85% | 0.84% | - |
| XYZ | 46.48 | 50.95 | 8.75 | - |
| YUV | 178.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 32 | 0 | 0.12 | 0.85 | 0.16 | 51.48 | 0.74 | 0.48 |
| Hex | D7 | BD | 20 | 0 | C | 55 | 10 | 33 | 4A | 30 |
| Octal | 327 | 275 | 40 | 0 | 14 | 125 | 20 | 63 | 112 | 60 |
| Binary | 11010111 | 10111101 | 100000 | 0 | 1100 | 1010101 | 10000 | 110011 | 1001010 | 110000 |
Color Harmonies of #D7BD20
Complementary color
Monochromatic Colors of #D7BD20
Black with #D7BD20
Text Example
Text Example
White with #D7BD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD20; }
p { color: rgb(215,189,32); }
H1.HeaderClassName
{
color: #D7BD20;
}
.AnyTagClassName
{
color: #D7BD20;
}
</style>
background-color css
<style>
a { background-color: #D7BD20; }
a { background-color: rgb(215,189,32); }
div.DivClassName
{
background-color: #D7BD20;
}
.BgClassName
{
background-color: #D7BD20;
}
</style>
border-color css
<style>
span { border-color: #D7BD20; }
span { border-color: rgb(215,189,32); }
td.TdClassName
{
border-color: #D7BD20;
}
.TagClassName
{
border-color: #D7BD20;
}
</style>