Shades of Barberry #DCC42A
Tints of Barberry #DCC42A
RGB
CMYK
RGB Variations
Color information
#DCC42A (or 0xDCC42A) is known color: Barberry. HEX triplet: DC, C4 and 2A. RGB value is (220,196,42). Sum of RGB (Red+Green+Blue) = 220+196+42=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC42A is #233BD5. Grayscale: #BABABA. Windows color (decimal): -2309078 or 2802908. OLE color: 2802908.
HSL color Cylindrical-coordinate representation of color #DCC42A: hue angle of 51.91º 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 #DCC42A is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 42 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.14 |
| HSL | 51.91º | 0.72% | 0.51% | - |
| HSV(B) | 51.91º | 0.81% | 0.86% | - |
| XYZ | 49.67 | 54.86 | 10.16 | - |
| YUV | 185.62 | 46.95 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 42 | 0 | 0.11 | 0.81 | 0.14 | 51.91 | 0.72 | 0.51 |
| Hex | DC | C4 | 2A | 0 | B | 51 | E | 34 | 48 | 33 |
| Octal | 334 | 304 | 52 | 0 | 13 | 121 | 16 | 64 | 110 | 63 |
| Binary | 11011100 | 11000100 | 101010 | 0 | 1011 | 1010001 | 1110 | 110100 | 1001000 | 110011 |
Color Harmonies of #DCC42A
Complementary color
Monochromatic Colors of #DCC42A
Black with #DCC42A
Text Example
Text Example
White with #DCC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC42A; }
p { color: rgb(220,196,42); }
H1.HeaderClassName
{
color: #DCC42A;
}
.AnyTagClassName
{
color: #DCC42A;
}
</style>
background-color css
<style>
a { background-color: #DCC42A; }
a { background-color: rgb(220,196,42); }
div.DivClassName
{
background-color: #DCC42A;
}
.BgClassName
{
background-color: #DCC42A;
}
</style>
border-color css
<style>
span { border-color: #DCC42A; }
span { border-color: rgb(220,196,42); }
td.TdClassName
{
border-color: #DCC42A;
}
.TagClassName
{
border-color: #DCC42A;
}
</style>