Shades of Sunflower #DCBA1A
Tints of Sunflower #DCBA1A
RGB
CMYK
RGB Variations
Color information
#DCBA1A (or 0xDCBA1A) is known color: Sunflower. HEX triplet: DC, BA and 1A. RGB value is (220,186,26). Sum of RGB (Red+Green+Blue) = 220+186+26=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA1A is #2345E5. Grayscale: #B2B2B2. Windows color (decimal): -2311654 or 1751772. OLE color: 1751772.
HSL color Cylindrical-coordinate representation of color #DCBA1A: hue angle of 49.48º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCBA1A is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 26 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.14 |
| HSL | 49.48º | 0.79% | 0.48% | - |
| HSV(B) | 49.48º | 0.88% | 0.86% | - |
| XYZ | 47.26 | 50.41 | 8.22 | - |
| YUV | 177.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 26 | 0 | 0.15 | 0.88 | 0.14 | 49.48 | 0.79 | 0.48 |
| Hex | DC | BA | 1A | 0 | F | 58 | E | 31 | 4F | 30 |
| Octal | 334 | 272 | 32 | 0 | 17 | 130 | 16 | 61 | 117 | 60 |
| Binary | 11011100 | 10111010 | 11010 | 0 | 1111 | 1011000 | 1110 | 110001 | 1001111 | 110000 |
Color Harmonies of #DCBA1A
Complementary color
Monochromatic Colors of #DCBA1A
Black with #DCBA1A
Text Example
Text Example
White with #DCBA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA1A; }
p { color: rgb(220,186,26); }
H1.HeaderClassName
{
color: #DCBA1A;
}
.AnyTagClassName
{
color: #DCBA1A;
}
</style>
background-color css
<style>
a { background-color: #DCBA1A; }
a { background-color: rgb(220,186,26); }
div.DivClassName
{
background-color: #DCBA1A;
}
.BgClassName
{
background-color: #DCBA1A;
}
</style>
border-color css
<style>
span { border-color: #DCBA1A; }
span { border-color: rgb(220,186,26); }
td.TdClassName
{
border-color: #DCBA1A;
}
.TagClassName
{
border-color: #DCBA1A;
}
</style>