Shades of Barberry #DCC52B
Tints of Barberry #DCC52B
RGB
CMYK
RGB Variations
Color information
#DCC52B (or 0xDCC52B) is known color: Barberry. HEX triplet: DC, C5 and 2B. RGB value is (220,197,43). Sum of RGB (Red+Green+Blue) = 220+197+43=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC52B is #233AD4. Grayscale: #BABABA. Windows color (decimal): -2308821 or 2868700. OLE color: 2868700.
HSL color Cylindrical-coordinate representation of color #DCC52B: hue angle of 52.2º 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 #DCC52B is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 43 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.14 |
| HSL | 52.2º | 0.72% | 0.52% | - |
| HSV(B) | 52.2º | 0.8% | 0.86% | - |
| XYZ | 49.92 | 55.32 | 10.33 | - |
| YUV | 186.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 43 | 0 | 0.10 | 0.80 | 0.14 | 52.2 | 0.72 | 0.52 |
| Hex | DC | C5 | 2B | 0 | A | 50 | E | 34 | 48 | 34 |
| Octal | 334 | 305 | 53 | 0 | 12 | 120 | 16 | 64 | 110 | 64 |
| Binary | 11011100 | 11000101 | 101011 | 0 | 1010 | 1010000 | 1110 | 110100 | 1001000 | 110100 |
Color Harmonies of #DCC52B
Complementary color
Monochromatic Colors of #DCC52B
Black with #DCC52B
Text Example
Text Example
White with #DCC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC52B; }
p { color: rgb(220,197,43); }
H1.HeaderClassName
{
color: #DCC52B;
}
.AnyTagClassName
{
color: #DCC52B;
}
</style>
background-color css
<style>
a { background-color: #DCC52B; }
a { background-color: rgb(220,197,43); }
div.DivClassName
{
background-color: #DCC52B;
}
.BgClassName
{
background-color: #DCC52B;
}
</style>
border-color css
<style>
span { border-color: #DCC52B; }
span { border-color: rgb(220,197,43); }
td.TdClassName
{
border-color: #DCC52B;
}
.TagClassName
{
border-color: #DCC52B;
}
</style>