Shades of Barberry #CDC821
Tints of Barberry #CDC821
RGB
CMYK
RGB Variations
Color information
#CDC821 (or 0xCDC821) is known color: Barberry. HEX triplet: CD, C8 and 21. RGB value is (205,200,33). Sum of RGB (Red+Green+Blue) = 205+200+33=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC821 is #3237DE. Grayscale: #B7B7B7. Windows color (decimal): -3291103 or 2214093. OLE color: 2214093.
HSL color Cylindrical-coordinate representation of color #CDC821: hue angle of 58.26º 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 #CDC821 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 33 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.20 |
| HSL | 58.26º | 0.72% | 0.47% | - |
| HSV(B) | 58.26º | 0.84% | 0.8% | - |
| XYZ | 46.11 | 54.4 | 9.51 | - |
| YUV | 182.46 | 43.66 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 33 | 0 | 0.02 | 0.84 | 0.20 | 58.26 | 0.72 | 0.47 |
| Hex | CD | C8 | 21 | 0 | 2 | 54 | 14 | 3A | 48 | 2F |
| Octal | 315 | 310 | 41 | 0 | 2 | 124 | 24 | 72 | 110 | 57 |
| Binary | 11001101 | 11001000 | 100001 | 0 | 10 | 1010100 | 10100 | 111010 | 1001000 | 101111 |
Color Harmonies of #CDC821
Complementary color
Monochromatic Colors of #CDC821
Black with #CDC821
Text Example
Text Example
White with #CDC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC821; }
p { color: rgb(205,200,33); }
H1.HeaderClassName
{
color: #CDC821;
}
.AnyTagClassName
{
color: #CDC821;
}
</style>
background-color css
<style>
a { background-color: #CDC821; }
a { background-color: rgb(205,200,33); }
div.DivClassName
{
background-color: #CDC821;
}
.BgClassName
{
background-color: #CDC821;
}
</style>
border-color css
<style>
span { border-color: #CDC821; }
span { border-color: rgb(205,200,33); }
td.TdClassName
{
border-color: #CDC821;
}
.TagClassName
{
border-color: #CDC821;
}
</style>