Shades of Barberry #DCC62C
Tints of Barberry #DCC62C
RGB
CMYK
RGB Variations
Color information
#DCC62C (or 0xDCC62C) is known color: Barberry. HEX triplet: DC, C6 and 2C. RGB value is (220,198,44). Sum of RGB (Red+Green+Blue) = 220+198+44=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC62C is #2339D3. Grayscale: #BBBBBB. Windows color (decimal): -2308564 or 2934492. OLE color: 2934492.
HSL color Cylindrical-coordinate representation of color #DCC62C: hue angle of 52.5º 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 #DCC62C is Cyan = 0, Magento = 0.1, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 44 | - |
| CMYK | 0 | 0.1 | 0.8 | 0.14 |
| HSL | 52.5º | 0.72% | 0.52% | - |
| HSV(B) | 52.5º | 0.8% | 0.86% | - |
| XYZ | 50.16 | 55.79 | 10.51 | - |
| YUV | 187.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 44 | 0 | 0.1 | 0.8 | 0.14 | 52.5 | 0.72 | 0.52 |
| Hex | DC | C6 | 2C | 0 | A | 50 | E | 34 | 48 | 34 |
| Octal | 334 | 306 | 54 | 0 | 12 | 120 | 16 | 64 | 110 | 64 |
| Binary | 11011100 | 11000110 | 101100 | 0 | 1010 | 1010000 | 1110 | 110100 | 1001000 | 110100 |
Color Harmonies of #DCC62C
Complementary color
Monochromatic Colors of #DCC62C
Black with #DCC62C
Text Example
Text Example
White with #DCC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC62C; }
p { color: rgb(220,198,44); }
H1.HeaderClassName
{
color: #DCC62C;
}
.AnyTagClassName
{
color: #DCC62C;
}
</style>
background-color css
<style>
a { background-color: #DCC62C; }
a { background-color: rgb(220,198,44); }
div.DivClassName
{
background-color: #DCC62C;
}
.BgClassName
{
background-color: #DCC62C;
}
</style>
border-color css
<style>
span { border-color: #DCC62C; }
span { border-color: rgb(220,198,44); }
td.TdClassName
{
border-color: #DCC62C;
}
.TagClassName
{
border-color: #DCC62C;
}
</style>