Shades of Barberry #DCCA2C
Tints of Barberry #DCCA2C
RGB
CMYK
RGB Variations
Color information
#DCCA2C (or 0xDCCA2C) is known color: Barberry. HEX triplet: DC, CA and 2C. RGB value is (220,202,44). Sum of RGB (Red+Green+Blue) = 220+202+44=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA2C is #2335D3. Grayscale: #BEBEBE. Windows color (decimal): -2307540 or 2935516. OLE color: 2935516.
HSL color Cylindrical-coordinate representation of color #DCCA2C: hue angle of 53.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCCA2C is Cyan = 0, Magento = 0.08, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 44 | - |
| CMYK | 0 | 0.08 | 0.8 | 0.14 |
| HSL | 53.86º | 0.72% | 0.52% | - |
| HSV(B) | 53.86º | 0.8% | 0.86% | - |
| XYZ | 51.09 | 57.64 | 10.82 | - |
| YUV | 189.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 44 | 0 | 0.08 | 0.8 | 0.14 | 53.86 | 0.72 | 0.52 |
| Hex | DC | CA | 2C | 0 | 8 | 50 | E | 36 | 48 | 34 |
| Octal | 334 | 312 | 54 | 0 | 10 | 120 | 16 | 66 | 110 | 64 |
| Binary | 11011100 | 11001010 | 101100 | 0 | 1000 | 1010000 | 1110 | 110110 | 1001000 | 110100 |
Color Harmonies of #DCCA2C
Complementary color
Monochromatic Colors of #DCCA2C
Black with #DCCA2C
Text Example
Text Example
White with #DCCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA2C; }
p { color: rgb(220,202,44); }
H1.HeaderClassName
{
color: #DCCA2C;
}
.AnyTagClassName
{
color: #DCCA2C;
}
</style>
background-color css
<style>
a { background-color: #DCCA2C; }
a { background-color: rgb(220,202,44); }
div.DivClassName
{
background-color: #DCCA2C;
}
.BgClassName
{
background-color: #DCCA2C;
}
</style>
border-color css
<style>
span { border-color: #DCCA2C; }
span { border-color: rgb(220,202,44); }
td.TdClassName
{
border-color: #DCCA2C;
}
.TagClassName
{
border-color: #DCCA2C;
}
</style>