Shades of Barberry #DCC626
Tints of Barberry #DCC626
RGB
CMYK
RGB Variations
Color information
#DCC626 (or 0xDCC626) is known color: Barberry. HEX triplet: DC, C6 and 26. RGB value is (220,198,38). Sum of RGB (Red+Green+Blue) = 220+198+38=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC626 is #2339D9. Grayscale: #BBBBBB. Windows color (decimal): -2308570 or 2541276. OLE color: 2541276.
HSL color Cylindrical-coordinate representation of color #DCC626: hue angle of 52.75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCC626 is Cyan = 0, Magento = 0.1, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 38 | - |
| CMYK | 0 | 0.1 | 0.83 | 0.14 |
| HSL | 52.75º | 0.72% | 0.51% | - |
| HSV(B) | 52.75º | 0.83% | 0.86% | - |
| XYZ | 50.06 | 55.74 | 9.95 | - |
| YUV | 186.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 38 | 0 | 0.1 | 0.83 | 0.14 | 52.75 | 0.72 | 0.51 |
| Hex | DC | C6 | 26 | 0 | A | 53 | E | 35 | 48 | 33 |
| Octal | 334 | 306 | 46 | 0 | 12 | 123 | 16 | 65 | 110 | 63 |
| Binary | 11011100 | 11000110 | 100110 | 0 | 1010 | 1010011 | 1110 | 110101 | 1001000 | 110011 |
Color Harmonies of #DCC626
Complementary color
Monochromatic Colors of #DCC626
Black with #DCC626
Text Example
Text Example
White with #DCC626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC626; }
p { color: rgb(220,198,38); }
H1.HeaderClassName
{
color: #DCC626;
}
.AnyTagClassName
{
color: #DCC626;
}
</style>
background-color css
<style>
a { background-color: #DCC626; }
a { background-color: rgb(220,198,38); }
div.DivClassName
{
background-color: #DCC626;
}
.BgClassName
{
background-color: #DCC626;
}
</style>
border-color css
<style>
span { border-color: #DCC626; }
span { border-color: rgb(220,198,38); }
td.TdClassName
{
border-color: #DCC626;
}
.TagClassName
{
border-color: #DCC626;
}
</style>