Shades of Sunflower #DCBE21
Tints of Sunflower #DCBE21
RGB
CMYK
RGB Variations
Color information
#DCBE21 (or 0xDCBE21) is known color: Sunflower. HEX triplet: DC, BE and 21. RGB value is (220,190,33). Sum of RGB (Red+Green+Blue) = 220+190+33=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE21 is #2341DE. Grayscale: #B5B5B5. Windows color (decimal): -2310623 or 2211548. OLE color: 2211548.
HSL color Cylindrical-coordinate representation of color #DCBE21: hue angle of 50.37º 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 #DCBE21 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 33 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.14 |
| HSL | 50.37º | 0.74% | 0.5% | - |
| HSV(B) | 50.37º | 0.85% | 0.86% | - |
| XYZ | 48.2 | 52.15 | 8.96 | - |
| YUV | 181.07 | 44.44 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 33 | 0 | 0.14 | 0.85 | 0.14 | 50.37 | 0.74 | 0.5 |
| Hex | DC | BE | 21 | 0 | E | 55 | E | 32 | 4A | 32 |
| Octal | 334 | 276 | 41 | 0 | 16 | 125 | 16 | 62 | 112 | 62 |
| Binary | 11011100 | 10111110 | 100001 | 0 | 1110 | 1010101 | 1110 | 110010 | 1001010 | 110010 |
Color Harmonies of #DCBE21
Complementary color
Monochromatic Colors of #DCBE21
Black with #DCBE21
Text Example
Text Example
White with #DCBE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE21; }
p { color: rgb(220,190,33); }
H1.HeaderClassName
{
color: #DCBE21;
}
.AnyTagClassName
{
color: #DCBE21;
}
</style>
background-color css
<style>
a { background-color: #DCBE21; }
a { background-color: rgb(220,190,33); }
div.DivClassName
{
background-color: #DCBE21;
}
.BgClassName
{
background-color: #DCBE21;
}
</style>
border-color css
<style>
span { border-color: #DCBE21; }
span { border-color: rgb(220,190,33); }
td.TdClassName
{
border-color: #DCBE21;
}
.TagClassName
{
border-color: #DCBE21;
}
</style>