Shades of Sunflower #DCBA21
Tints of Sunflower #DCBA21
RGB
CMYK
RGB Variations
Color information
#DCBA21 (or 0xDCBA21) is known color: Sunflower. HEX triplet: DC, BA and 21. RGB value is (220,186,33). Sum of RGB (Red+Green+Blue) = 220+186+33=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA21 is #2345DE. Grayscale: #B3B3B3. Windows color (decimal): -2311647 or 2210524. OLE color: 2210524.
HSL color Cylindrical-coordinate representation of color #DCBA21: hue angle of 49.09º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCBA21 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.14 |
| HSL | 49.09º | 0.74% | 0.5% | - |
| HSV(B) | 49.09º | 0.85% | 0.86% | - |
| XYZ | 47.35 | 50.44 | 8.68 | - |
| YUV | 178.72 | 45.76 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 33 | 0 | 0.15 | 0.85 | 0.14 | 49.09 | 0.74 | 0.5 |
| Hex | DC | BA | 21 | 0 | F | 55 | E | 31 | 4A | 32 |
| Octal | 334 | 272 | 41 | 0 | 17 | 125 | 16 | 61 | 112 | 62 |
| Binary | 11011100 | 10111010 | 100001 | 0 | 1111 | 1010101 | 1110 | 110001 | 1001010 | 110010 |
Color Harmonies of #DCBA21
Complementary color
Monochromatic Colors of #DCBA21
Black with #DCBA21
Text Example
Text Example
White with #DCBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA21; }
p { color: rgb(220,186,33); }
H1.HeaderClassName
{
color: #DCBA21;
}
.AnyTagClassName
{
color: #DCBA21;
}
</style>
background-color css
<style>
a { background-color: #DCBA21; }
a { background-color: rgb(220,186,33); }
div.DivClassName
{
background-color: #DCBA21;
}
.BgClassName
{
background-color: #DCBA21;
}
</style>
border-color css
<style>
span { border-color: #DCBA21; }
span { border-color: rgb(220,186,33); }
td.TdClassName
{
border-color: #DCBA21;
}
.TagClassName
{
border-color: #DCBA21;
}
</style>