Shades of Barberry #DCCC21
Tints of Barberry #DCCC21
RGB
CMYK
RGB Variations
Color information
#DCCC21 (or 0xDCCC21) is known color: Barberry. HEX triplet: DC, CC and 21. RGB value is (220,204,33). Sum of RGB (Red+Green+Blue) = 220+204+33=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC21 is #2333DE. Grayscale: #BDBDBD. Windows color (decimal): -2307039 or 2215132. OLE color: 2215132.
HSL color Cylindrical-coordinate representation of color #DCCC21: hue angle of 54.87º 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 #DCCC21 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 33 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.14 |
| HSL | 54.87º | 0.74% | 0.5% | - |
| HSV(B) | 54.87º | 0.85% | 0.86% | - |
| XYZ | 51.38 | 58.51 | 10.02 | - |
| YUV | 189.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 33 | 0 | 0.07 | 0.85 | 0.14 | 54.87 | 0.74 | 0.5 |
| Hex | DC | CC | 21 | 0 | 7 | 55 | E | 37 | 4A | 32 |
| Octal | 334 | 314 | 41 | 0 | 7 | 125 | 16 | 67 | 112 | 62 |
| Binary | 11011100 | 11001100 | 100001 | 0 | 111 | 1010101 | 1110 | 110111 | 1001010 | 110010 |
Color Harmonies of #DCCC21
Complementary color
Monochromatic Colors of #DCCC21
Black with #DCCC21
Text Example
Text Example
White with #DCCC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC21; }
p { color: rgb(220,204,33); }
H1.HeaderClassName
{
color: #DCCC21;
}
.AnyTagClassName
{
color: #DCCC21;
}
</style>
background-color css
<style>
a { background-color: #DCCC21; }
a { background-color: rgb(220,204,33); }
div.DivClassName
{
background-color: #DCCC21;
}
.BgClassName
{
background-color: #DCCC21;
}
</style>
border-color css
<style>
span { border-color: #DCCC21; }
span { border-color: rgb(220,204,33); }
td.TdClassName
{
border-color: #DCCC21;
}
.TagClassName
{
border-color: #DCCC21;
}
</style>