Shades of Barberry #DCC32B
Tints of Barberry #DCC32B
RGB
CMYK
RGB Variations
Color information
#DCC32B (or 0xDCC32B) is known color: Barberry. HEX triplet: DC, C3 and 2B. RGB value is (220,195,43). Sum of RGB (Red+Green+Blue) = 220+195+43=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC32B is #233CD4. Grayscale: #B9B9B9. Windows color (decimal): -2309333 or 2868188. OLE color: 2868188.
HSL color Cylindrical-coordinate representation of color #DCC32B: hue angle of 51.53º 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 #DCC32B is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 43 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.14 |
| HSL | 51.53º | 0.72% | 0.52% | - |
| HSV(B) | 51.53º | 0.8% | 0.86% | - |
| XYZ | 49.47 | 54.42 | 10.18 | - |
| YUV | 185.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 43 | 0 | 0.11 | 0.80 | 0.14 | 51.53 | 0.72 | 0.52 |
| Hex | DC | C3 | 2B | 0 | B | 50 | E | 34 | 48 | 34 |
| Octal | 334 | 303 | 53 | 0 | 13 | 120 | 16 | 64 | 110 | 64 |
| Binary | 11011100 | 11000011 | 101011 | 0 | 1011 | 1010000 | 1110 | 110100 | 1001000 | 110100 |
Color Harmonies of #DCC32B
Complementary color
Monochromatic Colors of #DCC32B
Black with #DCC32B
Text Example
Text Example
White with #DCC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC32B; }
p { color: rgb(220,195,43); }
H1.HeaderClassName
{
color: #DCC32B;
}
.AnyTagClassName
{
color: #DCC32B;
}
</style>
background-color css
<style>
a { background-color: #DCC32B; }
a { background-color: rgb(220,195,43); }
div.DivClassName
{
background-color: #DCC32B;
}
.BgClassName
{
background-color: #DCC32B;
}
</style>
border-color css
<style>
span { border-color: #DCC32B; }
span { border-color: rgb(220,195,43); }
td.TdClassName
{
border-color: #DCC32B;
}
.TagClassName
{
border-color: #DCC32B;
}
</style>