Shades of Sunflower #DCBC0D
Tints of Sunflower #DCBC0D
RGB
CMYK
RGB Variations
Color information
#DCBC0D (or 0xDCBC0D) is known color: Sunflower. HEX triplet: DC, BC and 0D. RGB value is (220,188,13). Sum of RGB (Red+Green+Blue) = 220+188+13=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC0D is #2343F2. Grayscale: #B2B2B2. Windows color (decimal): -2311155 or 900316. OLE color: 900316.
HSL color Cylindrical-coordinate representation of color #DCBC0D: hue angle of 50.72º degrees, saturation: 0.89, 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 #DCBC0D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.14 |
| HSL | 50.72º | 0.89% | 0.46% | - |
| HSV(B) | 50.72º | 0.94% | 0.86% | - |
| XYZ | 47.57 | 51.21 | 7.76 | - |
| YUV | 177.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 13 | 0 | 0.15 | 0.94 | 0.14 | 50.72 | 0.89 | 0.46 |
| Hex | DC | BC | D | 0 | F | 5E | E | 33 | 59 | 2E |
| Octal | 334 | 274 | 15 | 0 | 17 | 136 | 16 | 63 | 131 | 56 |
| Binary | 11011100 | 10111100 | 1101 | 0 | 1111 | 1011110 | 1110 | 110011 | 1011001 | 101110 |
Color Harmonies of #DCBC0D
Complementary color
Monochromatic Colors of #DCBC0D
Black with #DCBC0D
Text Example
Text Example
White with #DCBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC0D; }
p { color: rgb(220,188,13); }
H1.HeaderClassName
{
color: #DCBC0D;
}
.AnyTagClassName
{
color: #DCBC0D;
}
</style>
background-color css
<style>
a { background-color: #DCBC0D; }
a { background-color: rgb(220,188,13); }
div.DivClassName
{
background-color: #DCBC0D;
}
.BgClassName
{
background-color: #DCBC0D;
}
</style>
border-color css
<style>
span { border-color: #DCBC0D; }
span { border-color: rgb(220,188,13); }
td.TdClassName
{
border-color: #DCBC0D;
}
.TagClassName
{
border-color: #DCBC0D;
}
</style>