Shades of Sunflower #D9BC0B
Tints of Sunflower #D9BC0B
RGB
CMYK
RGB Variations
Color information
#D9BC0B (or 0xD9BC0B) is known color: Sunflower. HEX triplet: D9, BC and 0B. RGB value is (217,188,11). Sum of RGB (Red+Green+Blue) = 217+188+11=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC0B is #2643F4. Grayscale: #B1B1B1. Windows color (decimal): -2507765 or 769241. OLE color: 769241.
HSL color Cylindrical-coordinate representation of color #D9BC0B: hue angle of 51.55º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9BC0B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.15 |
| HSL | 51.55º | 0.9% | 0.45% | - |
| HSV(B) | 51.55º | 0.95% | 0.85% | - |
| XYZ | 46.66 | 50.74 | 7.65 | - |
| YUV | 176.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 11 | 0 | 0.13 | 0.95 | 0.15 | 51.55 | 0.9 | 0.45 |
| Hex | D9 | BC | B | 0 | D | 5F | F | 34 | 5A | 2D |
| Octal | 331 | 274 | 13 | 0 | 15 | 137 | 17 | 64 | 132 | 55 |
| Binary | 11011001 | 10111100 | 1011 | 0 | 1101 | 1011111 | 1111 | 110100 | 1011010 | 101101 |
Color Harmonies of #D9BC0B
Complementary color
Monochromatic Colors of #D9BC0B
Black with #D9BC0B
Text Example
Text Example
White with #D9BC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC0B; }
p { color: rgb(217,188,11); }
H1.HeaderClassName
{
color: #D9BC0B;
}
.AnyTagClassName
{
color: #D9BC0B;
}
</style>
background-color css
<style>
a { background-color: #D9BC0B; }
a { background-color: rgb(217,188,11); }
div.DivClassName
{
background-color: #D9BC0B;
}
.BgClassName
{
background-color: #D9BC0B;
}
</style>
border-color css
<style>
span { border-color: #D9BC0B; }
span { border-color: rgb(217,188,11); }
td.TdClassName
{
border-color: #D9BC0B;
}
.TagClassName
{
border-color: #D9BC0B;
}
</style>