Shades of Sunflower #D9BA12
Tints of Sunflower #D9BA12
RGB
CMYK
RGB Variations
Color information
#D9BA12 (or 0xD9BA12) is known color: Sunflower. HEX triplet: D9, BA and 12. RGB value is (217,186,18). Sum of RGB (Red+Green+Blue) = 217+186+18=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA12 is #2645ED. Grayscale: #B0B0B0. Windows color (decimal): -2508270 or 1227481. OLE color: 1227481.
HSL color Cylindrical-coordinate representation of color #D9BA12: hue angle of 50.65º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9BA12 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.15 |
| HSL | 50.65º | 0.85% | 0.46% | - |
| HSV(B) | 50.65º | 0.92% | 0.85% | - |
| XYZ | 46.28 | 49.91 | 7.77 | - |
| YUV | 176.12 | 38.77 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 18 | 0 | 0.14 | 0.92 | 0.15 | 50.65 | 0.85 | 0.46 |
| Hex | D9 | BA | 12 | 0 | E | 5C | F | 33 | 55 | 2E |
| Octal | 331 | 272 | 22 | 0 | 16 | 134 | 17 | 63 | 125 | 56 |
| Binary | 11011001 | 10111010 | 10010 | 0 | 1110 | 1011100 | 1111 | 110011 | 1010101 | 101110 |
Color Harmonies of #D9BA12
Complementary color
Monochromatic Colors of #D9BA12
Black with #D9BA12
Text Example
Text Example
White with #D9BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA12; }
p { color: rgb(217,186,18); }
H1.HeaderClassName
{
color: #D9BA12;
}
.AnyTagClassName
{
color: #D9BA12;
}
</style>
background-color css
<style>
a { background-color: #D9BA12; }
a { background-color: rgb(217,186,18); }
div.DivClassName
{
background-color: #D9BA12;
}
.BgClassName
{
background-color: #D9BA12;
}
</style>
border-color css
<style>
span { border-color: #D9BA12; }
span { border-color: rgb(217,186,18); }
td.TdClassName
{
border-color: #D9BA12;
}
.TagClassName
{
border-color: #D9BA12;
}
</style>