Shades of Sunflower #D9BC1D
Tints of Sunflower #D9BC1D
RGB
CMYK
RGB Variations
Color information
#D9BC1D (or 0xD9BC1D) is known color: Sunflower. HEX triplet: D9, BC and 1D. RGB value is (217,188,29). Sum of RGB (Red+Green+Blue) = 217+188+29=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC1D is #2643E2. Grayscale: #B3B3B3. Windows color (decimal): -2507747 or 1948889. OLE color: 1948889.
HSL color Cylindrical-coordinate representation of color #D9BC1D: hue angle of 50.74º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9BC1D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 29 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.15 |
| HSL | 50.74º | 0.76% | 0.48% | - |
| HSV(B) | 50.74º | 0.87% | 0.85% | - |
| XYZ | 46.82 | 50.81 | 8.5 | - |
| YUV | 178.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 29 | 0 | 0.13 | 0.87 | 0.15 | 50.74 | 0.76 | 0.48 |
| Hex | D9 | BC | 1D | 0 | D | 57 | F | 33 | 4C | 30 |
| Octal | 331 | 274 | 35 | 0 | 15 | 127 | 17 | 63 | 114 | 60 |
| Binary | 11011001 | 10111100 | 11101 | 0 | 1101 | 1010111 | 1111 | 110011 | 1001100 | 110000 |
Color Harmonies of #D9BC1D
Complementary color
Monochromatic Colors of #D9BC1D
Black with #D9BC1D
Text Example
Text Example
White with #D9BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC1D; }
p { color: rgb(217,188,29); }
H1.HeaderClassName
{
color: #D9BC1D;
}
.AnyTagClassName
{
color: #D9BC1D;
}
</style>
background-color css
<style>
a { background-color: #D9BC1D; }
a { background-color: rgb(217,188,29); }
div.DivClassName
{
background-color: #D9BC1D;
}
.BgClassName
{
background-color: #D9BC1D;
}
</style>
border-color css
<style>
span { border-color: #D9BC1D; }
span { border-color: rgb(217,188,29); }
td.TdClassName
{
border-color: #D9BC1D;
}
.TagClassName
{
border-color: #D9BC1D;
}
</style>