Shades of Barberry #DCCC2A
Tints of Barberry #DCCC2A
RGB
CMYK
RGB Variations
Color information
#DCCC2A (or 0xDCCC2A) is known color: Barberry. HEX triplet: DC, CC and 2A. RGB value is (220,204,42). Sum of RGB (Red+Green+Blue) = 220+204+42=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC2A is #2333D5. Grayscale: #BEBEBE. Windows color (decimal): -2307030 or 2804956. OLE color: 2804956.
HSL color Cylindrical-coordinate representation of color #DCCC2A: hue angle of 54.61º 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 #DCCC2A is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 42 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.14 |
| HSL | 54.61º | 0.72% | 0.51% | - |
| HSV(B) | 54.61º | 0.81% | 0.86% | - |
| XYZ | 51.53 | 58.57 | 10.78 | - |
| YUV | 190.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 42 | 0 | 0.07 | 0.81 | 0.14 | 54.61 | 0.72 | 0.51 |
| Hex | DC | CC | 2A | 0 | 7 | 51 | E | 37 | 48 | 33 |
| Octal | 334 | 314 | 52 | 0 | 7 | 121 | 16 | 67 | 110 | 63 |
| Binary | 11011100 | 11001100 | 101010 | 0 | 111 | 1010001 | 1110 | 110111 | 1001000 | 110011 |
Color Harmonies of #DCCC2A
Complementary color
Monochromatic Colors of #DCCC2A
Black with #DCCC2A
Text Example
Text Example
White with #DCCC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC2A; }
p { color: rgb(220,204,42); }
H1.HeaderClassName
{
color: #DCCC2A;
}
.AnyTagClassName
{
color: #DCCC2A;
}
</style>
background-color css
<style>
a { background-color: #DCCC2A; }
a { background-color: rgb(220,204,42); }
div.DivClassName
{
background-color: #DCCC2A;
}
.BgClassName
{
background-color: #DCCC2A;
}
</style>
border-color css
<style>
span { border-color: #DCCC2A; }
span { border-color: rgb(220,204,42); }
td.TdClassName
{
border-color: #DCCC2A;
}
.TagClassName
{
border-color: #DCCC2A;
}
</style>