Shades of Barberry #DCCA2A
Tints of Barberry #DCCA2A
RGB
CMYK
RGB Variations
Color information
#DCCA2A (or 0xDCCA2A) is known color: Barberry. HEX triplet: DC, CA and 2A. RGB value is (220,202,42). Sum of RGB (Red+Green+Blue) = 220+202+42=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA2A is #2335D5. Grayscale: #BDBDBD. Windows color (decimal): -2307542 or 2804444. OLE color: 2804444.
HSL color Cylindrical-coordinate representation of color #DCCA2A: hue angle of 53.93º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCCA2A is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 42 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.14 |
| HSL | 53.93º | 0.72% | 0.51% | - |
| HSV(B) | 53.93º | 0.81% | 0.86% | - |
| XYZ | 51.05 | 57.62 | 10.62 | - |
| YUV | 189.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 42 | 0 | 0.08 | 0.81 | 0.14 | 53.93 | 0.72 | 0.51 |
| Hex | DC | CA | 2A | 0 | 8 | 51 | E | 36 | 48 | 33 |
| Octal | 334 | 312 | 52 | 0 | 10 | 121 | 16 | 66 | 110 | 63 |
| Binary | 11011100 | 11001010 | 101010 | 0 | 1000 | 1010001 | 1110 | 110110 | 1001000 | 110011 |
Color Harmonies of #DCCA2A
Complementary color
Monochromatic Colors of #DCCA2A
Black with #DCCA2A
Text Example
Text Example
White with #DCCA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA2A; }
p { color: rgb(220,202,42); }
H1.HeaderClassName
{
color: #DCCA2A;
}
.AnyTagClassName
{
color: #DCCA2A;
}
</style>
background-color css
<style>
a { background-color: #DCCA2A; }
a { background-color: rgb(220,202,42); }
div.DivClassName
{
background-color: #DCCA2A;
}
.BgClassName
{
background-color: #DCCA2A;
}
</style>
border-color css
<style>
span { border-color: #DCCA2A; }
span { border-color: rgb(220,202,42); }
td.TdClassName
{
border-color: #DCCA2A;
}
.TagClassName
{
border-color: #DCCA2A;
}
</style>