Shades of Barberry #CDC520
Tints of Barberry #CDC520
RGB
CMYK
RGB Variations
Color information
#CDC520 (or 0xCDC520) is known color: Barberry. HEX triplet: CD, C5 and 20. RGB value is (205,197,32). Sum of RGB (Red+Green+Blue) = 205+197+32=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC520 is #323ADF. Grayscale: #B5B5B5. Windows color (decimal): -3291872 or 2147789. OLE color: 2147789.
HSL color Cylindrical-coordinate representation of color #CDC520: hue angle of 57.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDC520 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 32 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.20 |
| HSL | 57.23º | 0.73% | 0.46% | - |
| HSV(B) | 57.23º | 0.84% | 0.8% | - |
| XYZ | 45.4 | 53.02 | 9.21 | - |
| YUV | 180.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 32 | 0 | 0.04 | 0.84 | 0.20 | 57.23 | 0.73 | 0.46 |
| Hex | CD | C5 | 20 | 0 | 4 | 54 | 14 | 39 | 49 | 2E |
| Octal | 315 | 305 | 40 | 0 | 4 | 124 | 24 | 71 | 111 | 56 |
| Binary | 11001101 | 11000101 | 100000 | 0 | 100 | 1010100 | 10100 | 111001 | 1001001 | 101110 |
Color Harmonies of #CDC520
Complementary color
Monochromatic Colors of #CDC520
Black with #CDC520
Text Example
Text Example
White with #CDC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC520; }
p { color: rgb(205,197,32); }
H1.HeaderClassName
{
color: #CDC520;
}
.AnyTagClassName
{
color: #CDC520;
}
</style>
background-color css
<style>
a { background-color: #CDC520; }
a { background-color: rgb(205,197,32); }
div.DivClassName
{
background-color: #CDC520;
}
.BgClassName
{
background-color: #CDC520;
}
</style>
border-color css
<style>
span { border-color: #CDC520; }
span { border-color: rgb(205,197,32); }
td.TdClassName
{
border-color: #CDC520;
}
.TagClassName
{
border-color: #CDC520;
}
</style>