Shades of Barberry #DCC829
Tints of Barberry #DCC829
RGB
CMYK
RGB Variations
Color information
#DCC829 (or 0xDCC829) is known color: Barberry. HEX triplet: DC, C8 and 29. RGB value is (220,200,41). Sum of RGB (Red+Green+Blue) = 220+200+41=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC829 is #2337D6. Grayscale: #BCBCBC. Windows color (decimal): -2308055 or 2738396. OLE color: 2738396.
HSL color Cylindrical-coordinate representation of color #DCC829: hue angle of 53.3º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCC829 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 41 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.14 |
| HSL | 53.3º | 0.72% | 0.51% | - |
| HSV(B) | 53.3º | 0.81% | 0.86% | - |
| XYZ | 50.57 | 56.68 | 10.37 | - |
| YUV | 187.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 41 | 0 | 0.09 | 0.81 | 0.14 | 53.3 | 0.72 | 0.51 |
| Hex | DC | C8 | 29 | 0 | 9 | 51 | E | 35 | 48 | 33 |
| Octal | 334 | 310 | 51 | 0 | 11 | 121 | 16 | 65 | 110 | 63 |
| Binary | 11011100 | 11001000 | 101001 | 0 | 1001 | 1010001 | 1110 | 110101 | 1001000 | 110011 |
Color Harmonies of #DCC829
Complementary color
Monochromatic Colors of #DCC829
Black with #DCC829
Text Example
Text Example
White with #DCC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC829; }
p { color: rgb(220,200,41); }
H1.HeaderClassName
{
color: #DCC829;
}
.AnyTagClassName
{
color: #DCC829;
}
</style>
background-color css
<style>
a { background-color: #DCC829; }
a { background-color: rgb(220,200,41); }
div.DivClassName
{
background-color: #DCC829;
}
.BgClassName
{
background-color: #DCC829;
}
</style>
border-color css
<style>
span { border-color: #DCC829; }
span { border-color: rgb(220,200,41); }
td.TdClassName
{
border-color: #DCC829;
}
.TagClassName
{
border-color: #DCC829;
}
</style>