Shades of Sunflower #D7BB1E
Tints of Sunflower #D7BB1E
RGB
CMYK
RGB Variations
Color information
#D7BB1E (or 0xD7BB1E) is known color: Sunflower. HEX triplet: D7, BB and 1E. RGB value is (215,187,30). Sum of RGB (Red+Green+Blue) = 215+187+30=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BB1E is #2844E1. Grayscale: #B2B2B2. Windows color (decimal): -2639074 or 2014167. OLE color: 2014167.
HSL color Cylindrical-coordinate representation of color #D7BB1E: hue angle of 50.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7BB1E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 30 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.16 |
| HSL | 50.92º | 0.76% | 0.48% | - |
| HSV(B) | 50.92º | 0.86% | 0.84% | - |
| XYZ | 46.03 | 50.08 | 8.47 | - |
| YUV | 177.47 | 44.78 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 30 | 0 | 0.13 | 0.86 | 0.16 | 50.92 | 0.76 | 0.48 |
| Hex | D7 | BB | 1E | 0 | D | 56 | 10 | 33 | 4C | 30 |
| Octal | 327 | 273 | 36 | 0 | 15 | 126 | 20 | 63 | 114 | 60 |
| Binary | 11010111 | 10111011 | 11110 | 0 | 1101 | 1010110 | 10000 | 110011 | 1001100 | 110000 |
Color Harmonies of #D7BB1E
Complementary color
Monochromatic Colors of #D7BB1E
Black with #D7BB1E
Text Example
Text Example
White with #D7BB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB1E; }
p { color: rgb(215,187,30); }
H1.HeaderClassName
{
color: #D7BB1E;
}
.AnyTagClassName
{
color: #D7BB1E;
}
</style>
background-color css
<style>
a { background-color: #D7BB1E; }
a { background-color: rgb(215,187,30); }
div.DivClassName
{
background-color: #D7BB1E;
}
.BgClassName
{
background-color: #D7BB1E;
}
</style>
border-color css
<style>
span { border-color: #D7BB1E; }
span { border-color: rgb(215,187,30); }
td.TdClassName
{
border-color: #D7BB1E;
}
.TagClassName
{
border-color: #D7BB1E;
}
</style>