Shades of Sunflower #D7BB1D
Tints of Sunflower #D7BB1D
RGB
CMYK
RGB Variations
Color information
#D7BB1D (or 0xD7BB1D) is known color: Sunflower. HEX triplet: D7, BB and 1D. RGB value is (215,187,29). Sum of RGB (Red+Green+Blue) = 215+187+29=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BB1D is #2844E2. Grayscale: #B2B2B2. Windows color (decimal): -2639075 or 1948631. OLE color: 1948631.
HSL color Cylindrical-coordinate representation of color #D7BB1D: hue angle of 50.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7BB1D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 29 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.16 |
| HSL | 50.97º | 0.76% | 0.48% | - |
| HSV(B) | 50.97º | 0.87% | 0.84% | - |
| XYZ | 46.02 | 50.08 | 8.4 | - |
| YUV | 177.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 29 | 0 | 0.13 | 0.87 | 0.16 | 50.97 | 0.76 | 0.48 |
| Hex | D7 | BB | 1D | 0 | D | 57 | 10 | 33 | 4C | 30 |
| Octal | 327 | 273 | 35 | 0 | 15 | 127 | 20 | 63 | 114 | 60 |
| Binary | 11010111 | 10111011 | 11101 | 0 | 1101 | 1010111 | 10000 | 110011 | 1001100 | 110000 |
Color Harmonies of #D7BB1D
Complementary color
Monochromatic Colors of #D7BB1D
Black with #D7BB1D
Text Example
Text Example
White with #D7BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB1D; }
p { color: rgb(215,187,29); }
H1.HeaderClassName
{
color: #D7BB1D;
}
.AnyTagClassName
{
color: #D7BB1D;
}
</style>
background-color css
<style>
a { background-color: #D7BB1D; }
a { background-color: rgb(215,187,29); }
div.DivClassName
{
background-color: #D7BB1D;
}
.BgClassName
{
background-color: #D7BB1D;
}
</style>
border-color css
<style>
span { border-color: #D7BB1D; }
span { border-color: rgb(215,187,29); }
td.TdClassName
{
border-color: #D7BB1D;
}
.TagClassName
{
border-color: #D7BB1D;
}
</style>