Shades of Sunflower #D9BC06
Tints of Sunflower #D9BC06
RGB
CMYK
RGB Variations
Color information
#D9BC06 (or 0xD9BC06) is known color: Sunflower. HEX triplet: D9, BC and 06. RGB value is (217,188,6). Sum of RGB (Red+Green+Blue) = 217+188+6=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC06 is #2643F9. Grayscale: #B0B0B0. Windows color (decimal): -2507770 or 441561. OLE color: 441561.
HSL color Cylindrical-coordinate representation of color #D9BC06: hue angle of 51.75º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9BC06 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 6 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.15 |
| HSL | 51.75º | 0.95% | 0.44% | - |
| HSV(B) | 51.75º | 0.97% | 0.85% | - |
| XYZ | 46.63 | 50.73 | 7.51 | - |
| YUV | 175.92 | 32.11 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 6 | 0 | 0.13 | 0.97 | 0.15 | 51.75 | 0.95 | 0.44 |
| Hex | D9 | BC | 6 | 0 | D | 61 | F | 34 | 5F | 2C |
| Octal | 331 | 274 | 6 | 0 | 15 | 141 | 17 | 64 | 137 | 54 |
| Binary | 11011001 | 10111100 | 110 | 0 | 1101 | 1100001 | 1111 | 110100 | 1011111 | 101100 |
Color Harmonies of #D9BC06
Complementary color
Monochromatic Colors of #D9BC06
Black with #D9BC06
Text Example
Text Example
White with #D9BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC06; }
p { color: rgb(217,188,6); }
H1.HeaderClassName
{
color: #D9BC06;
}
.AnyTagClassName
{
color: #D9BC06;
}
</style>
background-color css
<style>
a { background-color: #D9BC06; }
a { background-color: rgb(217,188,6); }
div.DivClassName
{
background-color: #D9BC06;
}
.BgClassName
{
background-color: #D9BC06;
}
</style>
border-color css
<style>
span { border-color: #D9BC06; }
span { border-color: rgb(217,188,6); }
td.TdClassName
{
border-color: #D9BC06;
}
.TagClassName
{
border-color: #D9BC06;
}
</style>