Shades of Sunflower #D9BA05
Tints of Sunflower #D9BA05
RGB
CMYK
RGB Variations
Color information
#D9BA05 (or 0xD9BA05) is known color: Sunflower. HEX triplet: D9, BA and 05. RGB value is (217,186,5). Sum of RGB (Red+Green+Blue) = 217+186+5=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA05 is #2645FA. Grayscale: #AFAFAF. Windows color (decimal): -2508283 or 375513. OLE color: 375513.
HSL color Cylindrical-coordinate representation of color #D9BA05: hue angle of 51.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9BA05 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.15 |
| HSL | 51.23º | 0.95% | 0.44% | - |
| HSV(B) | 51.23º | 0.98% | 0.85% | - |
| XYZ | 46.2 | 49.88 | 7.34 | - |
| YUV | 174.64 | 32.27 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 5 | 0 | 0.14 | 0.98 | 0.15 | 51.23 | 0.95 | 0.44 |
| Hex | D9 | BA | 5 | 0 | E | 62 | F | 33 | 5F | 2C |
| Octal | 331 | 272 | 5 | 0 | 16 | 142 | 17 | 63 | 137 | 54 |
| Binary | 11011001 | 10111010 | 101 | 0 | 1110 | 1100010 | 1111 | 110011 | 1011111 | 101100 |
Color Harmonies of #D9BA05
Complementary color
Monochromatic Colors of #D9BA05
Black with #D9BA05
Text Example
Text Example
White with #D9BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA05; }
p { color: rgb(217,186,5); }
H1.HeaderClassName
{
color: #D9BA05;
}
.AnyTagClassName
{
color: #D9BA05;
}
</style>
background-color css
<style>
a { background-color: #D9BA05; }
a { background-color: rgb(217,186,5); }
div.DivClassName
{
background-color: #D9BA05;
}
.BgClassName
{
background-color: #D9BA05;
}
</style>
border-color css
<style>
span { border-color: #D9BA05; }
span { border-color: rgb(217,186,5); }
td.TdClassName
{
border-color: #D9BA05;
}
.TagClassName
{
border-color: #D9BA05;
}
</style>