Shades of Sunflower #DCBC0E
Tints of Sunflower #DCBC0E
RGB
CMYK
RGB Variations
Color information
#DCBC0E (or 0xDCBC0E) is known color: Sunflower. HEX triplet: DC, BC and 0E. RGB value is (220,188,14). Sum of RGB (Red+Green+Blue) = 220+188+14=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC0E is #2343F1. Grayscale: #B2B2B2. Windows color (decimal): -2311154 or 965852. OLE color: 965852.
HSL color Cylindrical-coordinate representation of color #DCBC0E: hue angle of 50.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCBC0E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.14 |
| HSL | 50.68º | 0.88% | 0.46% | - |
| HSV(B) | 50.68º | 0.94% | 0.86% | - |
| XYZ | 47.58 | 51.21 | 7.79 | - |
| YUV | 177.73 | 35.6 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 14 | 0 | 0.15 | 0.94 | 0.14 | 50.68 | 0.88 | 0.46 |
| Hex | DC | BC | E | 0 | F | 5E | E | 33 | 58 | 2E |
| Octal | 334 | 274 | 16 | 0 | 17 | 136 | 16 | 63 | 130 | 56 |
| Binary | 11011100 | 10111100 | 1110 | 0 | 1111 | 1011110 | 1110 | 110011 | 1011000 | 101110 |
Color Harmonies of #DCBC0E
Complementary color
Monochromatic Colors of #DCBC0E
Black with #DCBC0E
Text Example
Text Example
White with #DCBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC0E; }
p { color: rgb(220,188,14); }
H1.HeaderClassName
{
color: #DCBC0E;
}
.AnyTagClassName
{
color: #DCBC0E;
}
</style>
background-color css
<style>
a { background-color: #DCBC0E; }
a { background-color: rgb(220,188,14); }
div.DivClassName
{
background-color: #DCBC0E;
}
.BgClassName
{
background-color: #DCBC0E;
}
</style>
border-color css
<style>
span { border-color: #DCBC0E; }
span { border-color: rgb(220,188,14); }
td.TdClassName
{
border-color: #DCBC0E;
}
.TagClassName
{
border-color: #DCBC0E;
}
</style>