Shades of Sunflower #D9BA15
Tints of Sunflower #D9BA15
RGB
CMYK
RGB Variations
Color information
#D9BA15 (or 0xD9BA15) is known color: Sunflower. HEX triplet: D9, BA and 15. RGB value is (217,186,21). Sum of RGB (Red+Green+Blue) = 217+186+21=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA15 is #2645EA. Grayscale: #B1B1B1. Windows color (decimal): -2508267 or 1424089. OLE color: 1424089.
HSL color Cylindrical-coordinate representation of color #D9BA15: hue angle of 50.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9BA15 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 21 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.15 |
| HSL | 50.51º | 0.82% | 0.47% | - |
| HSV(B) | 50.51º | 0.9% | 0.85% | - |
| XYZ | 46.31 | 49.92 | 7.9 | - |
| YUV | 176.46 | 40.27 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 21 | 0 | 0.14 | 0.90 | 0.15 | 50.51 | 0.82 | 0.47 |
| Hex | D9 | BA | 15 | 0 | E | 5A | F | 33 | 52 | 2F |
| Octal | 331 | 272 | 25 | 0 | 16 | 132 | 17 | 63 | 122 | 57 |
| Binary | 11011001 | 10111010 | 10101 | 0 | 1110 | 1011010 | 1111 | 110011 | 1010010 | 101111 |
Color Harmonies of #D9BA15
Complementary color
Monochromatic Colors of #D9BA15
Black with #D9BA15
Text Example
Text Example
White with #D9BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA15; }
p { color: rgb(217,186,21); }
H1.HeaderClassName
{
color: #D9BA15;
}
.AnyTagClassName
{
color: #D9BA15;
}
</style>
background-color css
<style>
a { background-color: #D9BA15; }
a { background-color: rgb(217,186,21); }
div.DivClassName
{
background-color: #D9BA15;
}
.BgClassName
{
background-color: #D9BA15;
}
</style>
border-color css
<style>
span { border-color: #D9BA15; }
span { border-color: rgb(217,186,21); }
td.TdClassName
{
border-color: #D9BA15;
}
.TagClassName
{
border-color: #D9BA15;
}
</style>