Shades of Sunflower #DCBA1B
Tints of Sunflower #DCBA1B
RGB
CMYK
RGB Variations
Color information
#DCBA1B (or 0xDCBA1B) is known color: Sunflower. HEX triplet: DC, BA and 1B. RGB value is (220,186,27). Sum of RGB (Red+Green+Blue) = 220+186+27=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA1B is #2345E4. Grayscale: #B2B2B2. Windows color (decimal): -2311653 or 1817308. OLE color: 1817308.
HSL color Cylindrical-coordinate representation of color #DCBA1B: hue angle of 49.43º degrees, saturation: 0.78, 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 #DCBA1B is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 27 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.14 |
| HSL | 49.43º | 0.78% | 0.48% | - |
| HSV(B) | 49.43º | 0.88% | 0.86% | - |
| XYZ | 47.27 | 50.41 | 8.28 | - |
| YUV | 178.04 | 42.76 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 27 | 0 | 0.15 | 0.88 | 0.14 | 49.43 | 0.78 | 0.48 |
| Hex | DC | BA | 1B | 0 | F | 58 | E | 31 | 4E | 30 |
| Octal | 334 | 272 | 33 | 0 | 17 | 130 | 16 | 61 | 116 | 60 |
| Binary | 11011100 | 10111010 | 11011 | 0 | 1111 | 1011000 | 1110 | 110001 | 1001110 | 110000 |
Color Harmonies of #DCBA1B
Complementary color
Monochromatic Colors of #DCBA1B
Black with #DCBA1B
Text Example
Text Example
White with #DCBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA1B; }
p { color: rgb(220,186,27); }
H1.HeaderClassName
{
color: #DCBA1B;
}
.AnyTagClassName
{
color: #DCBA1B;
}
</style>
background-color css
<style>
a { background-color: #DCBA1B; }
a { background-color: rgb(220,186,27); }
div.DivClassName
{
background-color: #DCBA1B;
}
.BgClassName
{
background-color: #DCBA1B;
}
</style>
border-color css
<style>
span { border-color: #DCBA1B; }
span { border-color: rgb(220,186,27); }
td.TdClassName
{
border-color: #DCBA1B;
}
.TagClassName
{
border-color: #DCBA1B;
}
</style>