Shades of Sunflower #D9BD1D
Tints of Sunflower #D9BD1D
RGB
CMYK
RGB Variations
Color information
#D9BD1D (or 0xD9BD1D) is known color: Sunflower. HEX triplet: D9, BD and 1D. RGB value is (217,189,29). Sum of RGB (Red+Green+Blue) = 217+189+29=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BD1D is #2642E2. Grayscale: #B3B3B3. Windows color (decimal): -2507491 or 1949145. OLE color: 1949145.
HSL color Cylindrical-coordinate representation of color #D9BD1D: hue angle of 51.06º 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 #D9BD1D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 29 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.15 |
| HSL | 51.06º | 0.76% | 0.48% | - |
| HSV(B) | 51.06º | 0.87% | 0.85% | - |
| XYZ | 47.03 | 51.24 | 8.57 | - |
| YUV | 179.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 29 | 0 | 0.13 | 0.87 | 0.15 | 51.06 | 0.76 | 0.48 |
| Hex | D9 | BD | 1D | 0 | D | 57 | F | 33 | 4C | 30 |
| Octal | 331 | 275 | 35 | 0 | 15 | 127 | 17 | 63 | 114 | 60 |
| Binary | 11011001 | 10111101 | 11101 | 0 | 1101 | 1010111 | 1111 | 110011 | 1001100 | 110000 |
Color Harmonies of #D9BD1D
Complementary color
Monochromatic Colors of #D9BD1D
Black with #D9BD1D
Text Example
Text Example
White with #D9BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD1D; }
p { color: rgb(217,189,29); }
H1.HeaderClassName
{
color: #D9BD1D;
}
.AnyTagClassName
{
color: #D9BD1D;
}
</style>
background-color css
<style>
a { background-color: #D9BD1D; }
a { background-color: rgb(217,189,29); }
div.DivClassName
{
background-color: #D9BD1D;
}
.BgClassName
{
background-color: #D9BD1D;
}
</style>
border-color css
<style>
span { border-color: #D9BD1D; }
span { border-color: rgb(217,189,29); }
td.TdClassName
{
border-color: #D9BD1D;
}
.TagClassName
{
border-color: #D9BD1D;
}
</style>