Shades of Barberry #DCC921
Tints of Barberry #DCC921
RGB
CMYK
RGB Variations
Color information
#DCC921 (or 0xDCC921) is known color: Barberry. HEX triplet: DC, C9 and 21. RGB value is (220,201,33). Sum of RGB (Red+Green+Blue) = 220+201+33=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 33 (13.28% from 255 or 7.27% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC921 is #2336DE. Grayscale: #BCBCBC. Windows color (decimal): -2307807 or 2214364. OLE color: 2214364.
HSL color Cylindrical-coordinate representation of color #DCC921: hue angle of 53.9º 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 #DCC921 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 33 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.14 |
| HSL | 53.9º | 0.74% | 0.5% | - |
| HSV(B) | 53.9º | 0.85% | 0.86% | - |
| XYZ | 50.68 | 57.1 | 9.79 | - |
| YUV | 187.53 | 40.79 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 33 | 0 | 0.09 | 0.85 | 0.14 | 53.9 | 0.74 | 0.5 |
| Hex | DC | C9 | 21 | 0 | 9 | 55 | E | 36 | 4A | 32 |
| Octal | 334 | 311 | 41 | 0 | 11 | 125 | 16 | 66 | 112 | 62 |
| Binary | 11011100 | 11001001 | 100001 | 0 | 1001 | 1010101 | 1110 | 110110 | 1001010 | 110010 |
Color Harmonies of #DCC921
Complementary color
Monochromatic Colors of #DCC921
Black with #DCC921
Text Example
Text Example
White with #DCC921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC921; }
p { color: rgb(220,201,33); }
H1.HeaderClassName
{
color: #DCC921;
}
.AnyTagClassName
{
color: #DCC921;
}
</style>
background-color css
<style>
a { background-color: #DCC921; }
a { background-color: rgb(220,201,33); }
div.DivClassName
{
background-color: #DCC921;
}
.BgClassName
{
background-color: #DCC921;
}
</style>
border-color css
<style>
span { border-color: #DCC921; }
span { border-color: rgb(220,201,33); }
td.TdClassName
{
border-color: #DCC921;
}
.TagClassName
{
border-color: #DCC921;
}
</style>