Shades of Barberry #DCC828
Tints of Barberry #DCC828
RGB
CMYK
RGB Variations
Color information
#DCC828 (or 0xDCC828) is known color: Barberry. HEX triplet: DC, C8 and 28. RGB value is (220,200,40). Sum of RGB (Red+Green+Blue) = 220+200+40=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC828 is #2337D7. Grayscale: #BCBCBC. Windows color (decimal): -2308056 or 2672860. OLE color: 2672860.
HSL color Cylindrical-coordinate representation of color #DCC828: hue angle of 53.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCC828 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 40 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.14 |
| HSL | 53.33º | 0.72% | 0.51% | - |
| HSV(B) | 53.33º | 0.82% | 0.86% | - |
| XYZ | 50.55 | 56.68 | 10.28 | - |
| YUV | 187.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 40 | 0 | 0.09 | 0.82 | 0.14 | 53.33 | 0.72 | 0.51 |
| Hex | DC | C8 | 28 | 0 | 9 | 52 | E | 35 | 48 | 33 |
| Octal | 334 | 310 | 50 | 0 | 11 | 122 | 16 | 65 | 110 | 63 |
| Binary | 11011100 | 11001000 | 101000 | 0 | 1001 | 1010010 | 1110 | 110101 | 1001000 | 110011 |
Color Harmonies of #DCC828
Complementary color
Monochromatic Colors of #DCC828
Black with #DCC828
Text Example
Text Example
White with #DCC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC828; }
p { color: rgb(220,200,40); }
H1.HeaderClassName
{
color: #DCC828;
}
.AnyTagClassName
{
color: #DCC828;
}
</style>
background-color css
<style>
a { background-color: #DCC828; }
a { background-color: rgb(220,200,40); }
div.DivClassName
{
background-color: #DCC828;
}
.BgClassName
{
background-color: #DCC828;
}
</style>
border-color css
<style>
span { border-color: #DCC828; }
span { border-color: rgb(220,200,40); }
td.TdClassName
{
border-color: #DCC828;
}
.TagClassName
{
border-color: #DCC828;
}
</style>