Shades of Barberry #DCCB2A
Tints of Barberry #DCCB2A
RGB
CMYK
RGB Variations
Color information
#DCCB2A (or 0xDCCB2A) is known color: Barberry. HEX triplet: DC, CB and 2A. RGB value is (220,203,42). Sum of RGB (Red+Green+Blue) = 220+203+42=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB2A is #2334D5. Grayscale: #BEBEBE. Windows color (decimal): -2307286 or 2804700. OLE color: 2804700.
HSL color Cylindrical-coordinate representation of color #DCCB2A: hue angle of 54.27º 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 #DCCB2A is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 42 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.14 |
| HSL | 54.27º | 0.72% | 0.51% | - |
| HSV(B) | 54.27º | 0.81% | 0.86% | - |
| XYZ | 51.29 | 58.09 | 10.7 | - |
| YUV | 189.73 | 44.63 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 42 | 0 | 0.08 | 0.81 | 0.14 | 54.27 | 0.72 | 0.51 |
| Hex | DC | CB | 2A | 0 | 8 | 51 | E | 36 | 48 | 33 |
| Octal | 334 | 313 | 52 | 0 | 10 | 121 | 16 | 66 | 110 | 63 |
| Binary | 11011100 | 11001011 | 101010 | 0 | 1000 | 1010001 | 1110 | 110110 | 1001000 | 110011 |
Color Harmonies of #DCCB2A
Complementary color
Monochromatic Colors of #DCCB2A
Black with #DCCB2A
Text Example
Text Example
White with #DCCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB2A; }
p { color: rgb(220,203,42); }
H1.HeaderClassName
{
color: #DCCB2A;
}
.AnyTagClassName
{
color: #DCCB2A;
}
</style>
background-color css
<style>
a { background-color: #DCCB2A; }
a { background-color: rgb(220,203,42); }
div.DivClassName
{
background-color: #DCCB2A;
}
.BgClassName
{
background-color: #DCCB2A;
}
</style>
border-color css
<style>
span { border-color: #DCCB2A; }
span { border-color: rgb(220,203,42); }
td.TdClassName
{
border-color: #DCCB2A;
}
.TagClassName
{
border-color: #DCCB2A;
}
</style>