Shades of Barberry #CDC521
Tints of Barberry #CDC521
RGB
CMYK
RGB Variations
Color information
#CDC521 (or 0xCDC521) is known color: Barberry. HEX triplet: CD, C5 and 21. RGB value is (205,197,33). Sum of RGB (Red+Green+Blue) = 205+197+33=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC521 is #323ADE. Grayscale: #B5B5B5. Windows color (decimal): -3291871 or 2213325. OLE color: 2213325.
HSL color Cylindrical-coordinate representation of color #CDC521: hue angle of 57.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDC521 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 33 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.20 |
| HSL | 57.21º | 0.72% | 0.47% | - |
| HSV(B) | 57.21º | 0.84% | 0.8% | - |
| XYZ | 45.42 | 53.02 | 9.28 | - |
| YUV | 180.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 33 | 0 | 0.04 | 0.84 | 0.20 | 57.21 | 0.72 | 0.47 |
| Hex | CD | C5 | 21 | 0 | 4 | 54 | 14 | 39 | 48 | 2F |
| Octal | 315 | 305 | 41 | 0 | 4 | 124 | 24 | 71 | 110 | 57 |
| Binary | 11001101 | 11000101 | 100001 | 0 | 100 | 1010100 | 10100 | 111001 | 1001000 | 101111 |
Color Harmonies of #CDC521
Complementary color
Monochromatic Colors of #CDC521
Black with #CDC521
Text Example
Text Example
White with #CDC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC521; }
p { color: rgb(205,197,33); }
H1.HeaderClassName
{
color: #CDC521;
}
.AnyTagClassName
{
color: #CDC521;
}
</style>
background-color css
<style>
a { background-color: #CDC521; }
a { background-color: rgb(205,197,33); }
div.DivClassName
{
background-color: #CDC521;
}
.BgClassName
{
background-color: #CDC521;
}
</style>
border-color css
<style>
span { border-color: #CDC521; }
span { border-color: rgb(205,197,33); }
td.TdClassName
{
border-color: #CDC521;
}
.TagClassName
{
border-color: #CDC521;
}
</style>