Shades of Sunflower #D9BB1D
Tints of Sunflower #D9BB1D
RGB
CMYK
RGB Variations
Color information
#D9BB1D (or 0xD9BB1D) is known color: Sunflower. HEX triplet: D9, BB and 1D. RGB value is (217,187,29). Sum of RGB (Red+Green+Blue) = 217+187+29=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BB1D is #2644E2. Grayscale: #B2B2B2. Windows color (decimal): -2508003 or 1948633. OLE color: 1948633.
HSL color Cylindrical-coordinate representation of color #D9BB1D: hue angle of 50.43º 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 #D9BB1D is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 29 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.15 |
| HSL | 50.43º | 0.76% | 0.48% | - |
| HSV(B) | 50.43º | 0.87% | 0.85% | - |
| XYZ | 46.61 | 50.38 | 8.43 | - |
| YUV | 177.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 29 | 0 | 0.14 | 0.87 | 0.15 | 50.43 | 0.76 | 0.48 |
| Hex | D9 | BB | 1D | 0 | E | 57 | F | 32 | 4C | 30 |
| Octal | 331 | 273 | 35 | 0 | 16 | 127 | 17 | 62 | 114 | 60 |
| Binary | 11011001 | 10111011 | 11101 | 0 | 1110 | 1010111 | 1111 | 110010 | 1001100 | 110000 |
Color Harmonies of #D9BB1D
Complementary color
Monochromatic Colors of #D9BB1D
Black with #D9BB1D
Text Example
Text Example
White with #D9BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BB1D; }
p { color: rgb(217,187,29); }
H1.HeaderClassName
{
color: #D9BB1D;
}
.AnyTagClassName
{
color: #D9BB1D;
}
</style>
background-color css
<style>
a { background-color: #D9BB1D; }
a { background-color: rgb(217,187,29); }
div.DivClassName
{
background-color: #D9BB1D;
}
.BgClassName
{
background-color: #D9BB1D;
}
</style>
border-color css
<style>
span { border-color: #D9BB1D; }
span { border-color: rgb(217,187,29); }
td.TdClassName
{
border-color: #D9BB1D;
}
.TagClassName
{
border-color: #D9BB1D;
}
</style>