Shades of Sunflower #DCBA06
Tints of Sunflower #DCBA06
RGB
CMYK
RGB Variations
Color information
#DCBA06 (or 0xDCBA06) is known color: Sunflower. HEX triplet: DC, BA and 06. RGB value is (220,186,6). Sum of RGB (Red+Green+Blue) = 220+186+6=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA06 is #2345F9. Grayscale: #B0B0B0. Windows color (decimal): -2311674 or 441052. OLE color: 441052.
HSL color Cylindrical-coordinate representation of color #DCBA06: hue angle of 50.47º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCBA06 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.14 |
| HSL | 50.47º | 0.95% | 0.44% | - |
| HSV(B) | 50.47º | 0.97% | 0.86% | - |
| XYZ | 47.11 | 50.35 | 7.41 | - |
| YUV | 175.65 | 32.26 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 6 | 0 | 0.15 | 0.97 | 0.14 | 50.47 | 0.95 | 0.44 |
| Hex | DC | BA | 6 | 0 | F | 61 | E | 32 | 5F | 2C |
| Octal | 334 | 272 | 6 | 0 | 17 | 141 | 16 | 62 | 137 | 54 |
| Binary | 11011100 | 10111010 | 110 | 0 | 1111 | 1100001 | 1110 | 110010 | 1011111 | 101100 |
Color Harmonies of #DCBA06
Complementary color
Monochromatic Colors of #DCBA06
Black with #DCBA06
Text Example
Text Example
White with #DCBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA06; }
p { color: rgb(220,186,6); }
H1.HeaderClassName
{
color: #DCBA06;
}
.AnyTagClassName
{
color: #DCBA06;
}
</style>
background-color css
<style>
a { background-color: #DCBA06; }
a { background-color: rgb(220,186,6); }
div.DivClassName
{
background-color: #DCBA06;
}
.BgClassName
{
background-color: #DCBA06;
}
</style>
border-color css
<style>
span { border-color: #DCBA06; }
span { border-color: rgb(220,186,6); }
td.TdClassName
{
border-color: #DCBA06;
}
.TagClassName
{
border-color: #DCBA06;
}
</style>