Shades of Barberry #DCC42D
Tints of Barberry #DCC42D
RGB
CMYK
RGB Variations
Color information
#DCC42D (or 0xDCC42D) is known color: Barberry. HEX triplet: DC, C4 and 2D. RGB value is (220,196,45). Sum of RGB (Red+Green+Blue) = 220+196+45=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC42D is #233BD2. Grayscale: #BABABA. Windows color (decimal): -2309075 or 2999516. OLE color: 2999516.
HSL color Cylindrical-coordinate representation of color #DCC42D: hue angle of 51.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCC42D is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 45 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.14 |
| HSL | 51.77º | 0.71% | 0.52% | - |
| HSV(B) | 51.77º | 0.8% | 0.86% | - |
| XYZ | 49.73 | 54.88 | 10.46 | - |
| YUV | 185.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 45 | 0 | 0.11 | 0.80 | 0.14 | 51.77 | 0.71 | 0.52 |
| Hex | DC | C4 | 2D | 0 | B | 50 | E | 34 | 47 | 34 |
| Octal | 334 | 304 | 55 | 0 | 13 | 120 | 16 | 64 | 107 | 64 |
| Binary | 11011100 | 11000100 | 101101 | 0 | 1011 | 1010000 | 1110 | 110100 | 1000111 | 110100 |
Color Harmonies of #DCC42D
Complementary color
Monochromatic Colors of #DCC42D
Black with #DCC42D
Text Example
Text Example
White with #DCC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC42D; }
p { color: rgb(220,196,45); }
H1.HeaderClassName
{
color: #DCC42D;
}
.AnyTagClassName
{
color: #DCC42D;
}
</style>
background-color css
<style>
a { background-color: #DCC42D; }
a { background-color: rgb(220,196,45); }
div.DivClassName
{
background-color: #DCC42D;
}
.BgClassName
{
background-color: #DCC42D;
}
</style>
border-color css
<style>
span { border-color: #DCC42D; }
span { border-color: rgb(220,196,45); }
td.TdClassName
{
border-color: #DCC42D;
}
.TagClassName
{
border-color: #DCC42D;
}
</style>