Shades of Sunflower #DCBA13
Tints of Sunflower #DCBA13
RGB
CMYK
RGB Variations
Color information
#DCBA13 (or 0xDCBA13) is known color: Sunflower. HEX triplet: DC, BA and 13. RGB value is (220,186,19). Sum of RGB (Red+Green+Blue) = 220+186+19=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA13 is #2345EC. Grayscale: #B1B1B1. Windows color (decimal): -2311661 or 1293020. OLE color: 1293020.
HSL color Cylindrical-coordinate representation of color #DCBA13: hue angle of 49.85º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCBA13 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 19 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.14 |
| HSL | 49.85º | 0.84% | 0.47% | - |
| HSV(B) | 49.85º | 0.91% | 0.86% | - |
| XYZ | 47.19 | 50.38 | 7.85 | - |
| YUV | 177.13 | 38.76 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 19 | 0 | 0.15 | 0.91 | 0.14 | 49.85 | 0.84 | 0.47 |
| Hex | DC | BA | 13 | 0 | F | 5B | E | 32 | 54 | 2F |
| Octal | 334 | 272 | 23 | 0 | 17 | 133 | 16 | 62 | 124 | 57 |
| Binary | 11011100 | 10111010 | 10011 | 0 | 1111 | 1011011 | 1110 | 110010 | 1010100 | 101111 |
Color Harmonies of #DCBA13
Complementary color
Monochromatic Colors of #DCBA13
Black with #DCBA13
Text Example
Text Example
White with #DCBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA13; }
p { color: rgb(220,186,19); }
H1.HeaderClassName
{
color: #DCBA13;
}
.AnyTagClassName
{
color: #DCBA13;
}
</style>
background-color css
<style>
a { background-color: #DCBA13; }
a { background-color: rgb(220,186,19); }
div.DivClassName
{
background-color: #DCBA13;
}
.BgClassName
{
background-color: #DCBA13;
}
</style>
border-color css
<style>
span { border-color: #DCBA13; }
span { border-color: rgb(220,186,19); }
td.TdClassName
{
border-color: #DCBA13;
}
.TagClassName
{
border-color: #DCBA13;
}
</style>