Shades of Sunflower #DCBA1E
Tints of Sunflower #DCBA1E
RGB
CMYK
RGB Variations
Color information
#DCBA1E (or 0xDCBA1E) is known color: Sunflower. HEX triplet: DC, BA and 1E. RGB value is (220,186,30). Sum of RGB (Red+Green+Blue) = 220+186+30=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA1E is #2345E1. Grayscale: #B3B3B3. Windows color (decimal): -2311650 or 2013916. OLE color: 2013916.
HSL color Cylindrical-coordinate representation of color #DCBA1E: hue angle of 49.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCBA1E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 30 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.14 |
| HSL | 49.26º | 0.76% | 0.49% | - |
| HSV(B) | 49.26º | 0.86% | 0.86% | - |
| XYZ | 47.31 | 50.43 | 8.47 | - |
| YUV | 178.38 | 44.26 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 30 | 0 | 0.15 | 0.86 | 0.14 | 49.26 | 0.76 | 0.49 |
| Hex | DC | BA | 1E | 0 | F | 56 | E | 31 | 4C | 31 |
| Octal | 334 | 272 | 36 | 0 | 17 | 126 | 16 | 61 | 114 | 61 |
| Binary | 11011100 | 10111010 | 11110 | 0 | 1111 | 1010110 | 1110 | 110001 | 1001100 | 110001 |
Color Harmonies of #DCBA1E
Complementary color
Monochromatic Colors of #DCBA1E
Black with #DCBA1E
Text Example
Text Example
White with #DCBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA1E; }
p { color: rgb(220,186,30); }
H1.HeaderClassName
{
color: #DCBA1E;
}
.AnyTagClassName
{
color: #DCBA1E;
}
</style>
background-color css
<style>
a { background-color: #DCBA1E; }
a { background-color: rgb(220,186,30); }
div.DivClassName
{
background-color: #DCBA1E;
}
.BgClassName
{
background-color: #DCBA1E;
}
</style>
border-color css
<style>
span { border-color: #DCBA1E; }
span { border-color: rgb(220,186,30); }
td.TdClassName
{
border-color: #DCBA1E;
}
.TagClassName
{
border-color: #DCBA1E;
}
</style>