Shades of Sunflower #D9BC0D
Tints of Sunflower #D9BC0D
RGB
CMYK
RGB Variations
Color information
#D9BC0D (or 0xD9BC0D) is known color: Sunflower. HEX triplet: D9, BC and 0D. RGB value is (217,188,13). Sum of RGB (Red+Green+Blue) = 217+188+13=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC0D is #2643F2. Grayscale: #B1B1B1. Windows color (decimal): -2507763 or 900313. OLE color: 900313.
HSL color Cylindrical-coordinate representation of color #D9BC0D: hue angle of 51.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9BC0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.15 |
| HSL | 51.47º | 0.89% | 0.45% | - |
| HSV(B) | 51.47º | 0.94% | 0.85% | - |
| XYZ | 46.67 | 50.75 | 7.72 | - |
| YUV | 176.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 13 | 0 | 0.13 | 0.94 | 0.15 | 51.47 | 0.89 | 0.45 |
| Hex | D9 | BC | D | 0 | D | 5E | F | 33 | 59 | 2D |
| Octal | 331 | 274 | 15 | 0 | 15 | 136 | 17 | 63 | 131 | 55 |
| Binary | 11011001 | 10111100 | 1101 | 0 | 1101 | 1011110 | 1111 | 110011 | 1011001 | 101101 |
Color Harmonies of #D9BC0D
Complementary color
Monochromatic Colors of #D9BC0D
Black with #D9BC0D
Text Example
Text Example
White with #D9BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC0D; }
p { color: rgb(217,188,13); }
H1.HeaderClassName
{
color: #D9BC0D;
}
.AnyTagClassName
{
color: #D9BC0D;
}
</style>
background-color css
<style>
a { background-color: #D9BC0D; }
a { background-color: rgb(217,188,13); }
div.DivClassName
{
background-color: #D9BC0D;
}
.BgClassName
{
background-color: #D9BC0D;
}
</style>
border-color css
<style>
span { border-color: #D9BC0D; }
span { border-color: rgb(217,188,13); }
td.TdClassName
{
border-color: #D9BC0D;
}
.TagClassName
{
border-color: #D9BC0D;
}
</style>