Shades of Sunflower #D7BF1D
Tints of Sunflower #D7BF1D
RGB
CMYK
RGB Variations
Color information
#D7BF1D (or 0xD7BF1D) is known color: Sunflower. HEX triplet: D7, BF and 1D. RGB value is (215,191,29). Sum of RGB (Red+Green+Blue) = 215+191+29=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BF1D is #2840E2. Grayscale: #B4B4B4. Windows color (decimal): -2638051 or 1949655. OLE color: 1949655.
HSL color Cylindrical-coordinate representation of color #D7BF1D: hue angle of 52.26º 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 #D7BF1D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 29 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.16 |
| HSL | 52.26º | 0.76% | 0.48% | - |
| HSV(B) | 52.26º | 0.87% | 0.84% | - |
| XYZ | 46.88 | 51.8 | 8.69 | - |
| YUV | 179.71 | 42.95 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 29 | 0 | 0.11 | 0.87 | 0.16 | 52.26 | 0.76 | 0.48 |
| Hex | D7 | BF | 1D | 0 | B | 57 | 10 | 34 | 4C | 30 |
| Octal | 327 | 277 | 35 | 0 | 13 | 127 | 20 | 64 | 114 | 60 |
| Binary | 11010111 | 10111111 | 11101 | 0 | 1011 | 1010111 | 10000 | 110100 | 1001100 | 110000 |
Color Harmonies of #D7BF1D
Complementary color
Monochromatic Colors of #D7BF1D
Black with #D7BF1D
Text Example
Text Example
White with #D7BF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF1D; }
p { color: rgb(215,191,29); }
H1.HeaderClassName
{
color: #D7BF1D;
}
.AnyTagClassName
{
color: #D7BF1D;
}
</style>
background-color css
<style>
a { background-color: #D7BF1D; }
a { background-color: rgb(215,191,29); }
div.DivClassName
{
background-color: #D7BF1D;
}
.BgClassName
{
background-color: #D7BF1D;
}
</style>
border-color css
<style>
span { border-color: #D7BF1D; }
span { border-color: rgb(215,191,29); }
td.TdClassName
{
border-color: #D7BF1D;
}
.TagClassName
{
border-color: #D7BF1D;
}
</style>