Shades of Barberry #DCCA20
Tints of Barberry #DCCA20
RGB
CMYK
RGB Variations
Color information
#DCCA20 (or 0xDCCA20) is known color: Barberry. HEX triplet: DC, CA and 20. RGB value is (220,202,32). Sum of RGB (Red+Green+Blue) = 220+202+32=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA20 is #2335DF. Grayscale: #BCBCBC. Windows color (decimal): -2307552 or 2149084. OLE color: 2149084.
HSL color Cylindrical-coordinate representation of color #DCCA20: hue angle of 54.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCCA20 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 32 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.14 |
| HSL | 54.26º | 0.75% | 0.49% | - |
| HSV(B) | 54.26º | 0.85% | 0.86% | - |
| XYZ | 50.9 | 57.56 | 9.79 | - |
| YUV | 188 | 39.96 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 32 | 0 | 0.08 | 0.85 | 0.14 | 54.26 | 0.75 | 0.49 |
| Hex | DC | CA | 20 | 0 | 8 | 55 | E | 36 | 4B | 31 |
| Octal | 334 | 312 | 40 | 0 | 10 | 125 | 16 | 66 | 113 | 61 |
| Binary | 11011100 | 11001010 | 100000 | 0 | 1000 | 1010101 | 1110 | 110110 | 1001011 | 110001 |
Color Harmonies of #DCCA20
Complementary color
Monochromatic Colors of #DCCA20
Black with #DCCA20
Text Example
Text Example
White with #DCCA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA20; }
p { color: rgb(220,202,32); }
H1.HeaderClassName
{
color: #DCCA20;
}
.AnyTagClassName
{
color: #DCCA20;
}
</style>
background-color css
<style>
a { background-color: #DCCA20; }
a { background-color: rgb(220,202,32); }
div.DivClassName
{
background-color: #DCCA20;
}
.BgClassName
{
background-color: #DCCA20;
}
</style>
border-color css
<style>
span { border-color: #DCCA20; }
span { border-color: rgb(220,202,32); }
td.TdClassName
{
border-color: #DCCA20;
}
.TagClassName
{
border-color: #DCCA20;
}
</style>