Shades of Sunflower #DCBA0D
Tints of Sunflower #DCBA0D
RGB
CMYK
RGB Variations
Color information
#DCBA0D (or 0xDCBA0D) is known color: Sunflower. HEX triplet: DC, BA and 0D. RGB value is (220,186,13). Sum of RGB (Red+Green+Blue) = 220+186+13=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA0D is #2345F2. Grayscale: #B1B1B1. Windows color (decimal): -2311667 or 899804. OLE color: 899804.
HSL color Cylindrical-coordinate representation of color #DCBA0D: hue angle of 50.14º 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 #DCBA0D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.14 |
| HSL | 50.14º | 0.89% | 0.46% | - |
| HSV(B) | 50.14º | 0.94% | 0.86% | - |
| XYZ | 47.15 | 50.36 | 7.62 | - |
| YUV | 176.44 | 35.76 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 13 | 0 | 0.15 | 0.94 | 0.14 | 50.14 | 0.89 | 0.46 |
| Hex | DC | BA | D | 0 | F | 5E | E | 32 | 59 | 2E |
| Octal | 334 | 272 | 15 | 0 | 17 | 136 | 16 | 62 | 131 | 56 |
| Binary | 11011100 | 10111010 | 1101 | 0 | 1111 | 1011110 | 1110 | 110010 | 1011001 | 101110 |
Color Harmonies of #DCBA0D
Complementary color
Monochromatic Colors of #DCBA0D
Black with #DCBA0D
Text Example
Text Example
White with #DCBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA0D; }
p { color: rgb(220,186,13); }
H1.HeaderClassName
{
color: #DCBA0D;
}
.AnyTagClassName
{
color: #DCBA0D;
}
</style>
background-color css
<style>
a { background-color: #DCBA0D; }
a { background-color: rgb(220,186,13); }
div.DivClassName
{
background-color: #DCBA0D;
}
.BgClassName
{
background-color: #DCBA0D;
}
</style>
border-color css
<style>
span { border-color: #DCBA0D; }
span { border-color: rgb(220,186,13); }
td.TdClassName
{
border-color: #DCBA0D;
}
.TagClassName
{
border-color: #DCBA0D;
}
</style>