Shades of Barberry #DCC72C
Tints of Barberry #DCC72C
RGB
CMYK
RGB Variations
Color information
#DCC72C (or 0xDCC72C) is known color: Barberry. HEX triplet: DC, C7 and 2C. RGB value is (220,199,44). Sum of RGB (Red+Green+Blue) = 220+199+44=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC72C is #2338D3. Grayscale: #BCBCBC. Windows color (decimal): -2308308 or 2934748. OLE color: 2934748.
HSL color Cylindrical-coordinate representation of color #DCC72C: hue angle of 52.84º degrees, saturation: 0.72, 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 #DCC72C is Cyan = 0, Magento = 0.10, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 44 | - |
| CMYK | 0 | 0.10 | 0.8 | 0.14 |
| HSL | 52.84º | 0.72% | 0.52% | - |
| HSV(B) | 52.84º | 0.8% | 0.86% | - |
| XYZ | 50.39 | 56.24 | 10.58 | - |
| YUV | 187.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 44 | 0 | 0.10 | 0.8 | 0.14 | 52.84 | 0.72 | 0.52 |
| Hex | DC | C7 | 2C | 0 | A | 50 | E | 35 | 48 | 34 |
| Octal | 334 | 307 | 54 | 0 | 12 | 120 | 16 | 65 | 110 | 64 |
| Binary | 11011100 | 11000111 | 101100 | 0 | 1010 | 1010000 | 1110 | 110101 | 1001000 | 110100 |
Color Harmonies of #DCC72C
Complementary color
Monochromatic Colors of #DCC72C
Black with #DCC72C
Text Example
Text Example
White with #DCC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC72C; }
p { color: rgb(220,199,44); }
H1.HeaderClassName
{
color: #DCC72C;
}
.AnyTagClassName
{
color: #DCC72C;
}
</style>
background-color css
<style>
a { background-color: #DCC72C; }
a { background-color: rgb(220,199,44); }
div.DivClassName
{
background-color: #DCC72C;
}
.BgClassName
{
background-color: #DCC72C;
}
</style>
border-color css
<style>
span { border-color: #DCC72C; }
span { border-color: rgb(220,199,44); }
td.TdClassName
{
border-color: #DCC72C;
}
.TagClassName
{
border-color: #DCC72C;
}
</style>