Shades of Barberry #DCC82C
Tints of Barberry #DCC82C
RGB
CMYK
RGB Variations
Color information
#DCC82C (or 0xDCC82C) is known color: Barberry. HEX triplet: DC, C8 and 2C. RGB value is (220,200,44). Sum of RGB (Red+Green+Blue) = 220+200+44=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC82C is #2337D3. Grayscale: #BCBCBC. Windows color (decimal): -2308052 or 2935004. OLE color: 2935004.
HSL color Cylindrical-coordinate representation of color #DCC82C: hue angle of 53.18º 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 #DCC82C is Cyan = 0, Magento = 0.09, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 44 | - |
| CMYK | 0 | 0.09 | 0.8 | 0.14 |
| HSL | 53.18º | 0.72% | 0.52% | - |
| HSV(B) | 53.18º | 0.8% | 0.86% | - |
| XYZ | 50.62 | 56.71 | 10.66 | - |
| YUV | 188.2 | 46.63 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 44 | 0 | 0.09 | 0.8 | 0.14 | 53.18 | 0.72 | 0.52 |
| Hex | DC | C8 | 2C | 0 | 9 | 50 | E | 35 | 48 | 34 |
| Octal | 334 | 310 | 54 | 0 | 11 | 120 | 16 | 65 | 110 | 64 |
| Binary | 11011100 | 11001000 | 101100 | 0 | 1001 | 1010000 | 1110 | 110101 | 1001000 | 110100 |
Color Harmonies of #DCC82C
Complementary color
Monochromatic Colors of #DCC82C
Black with #DCC82C
Text Example
Text Example
White with #DCC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC82C; }
p { color: rgb(220,200,44); }
H1.HeaderClassName
{
color: #DCC82C;
}
.AnyTagClassName
{
color: #DCC82C;
}
</style>
background-color css
<style>
a { background-color: #DCC82C; }
a { background-color: rgb(220,200,44); }
div.DivClassName
{
background-color: #DCC82C;
}
.BgClassName
{
background-color: #DCC82C;
}
</style>
border-color css
<style>
span { border-color: #DCC82C; }
span { border-color: rgb(220,200,44); }
td.TdClassName
{
border-color: #DCC82C;
}
.TagClassName
{
border-color: #DCC82C;
}
</style>