Shades of Barberry #CDC721
Tints of Barberry #CDC721
RGB
CMYK
RGB Variations
Color information
#CDC721 (or 0xCDC721) is known color: Barberry. HEX triplet: CD, C7 and 21. RGB value is (205,199,33). Sum of RGB (Red+Green+Blue) = 205+199+33=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC721 is #3238DE. Grayscale: #B6B6B6. Windows color (decimal): -3291359 or 2213837. OLE color: 2213837.
HSL color Cylindrical-coordinate representation of color #CDC721: hue angle of 57.91º 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 #CDC721 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 33 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.20 |
| HSL | 57.91º | 0.72% | 0.47% | - |
| HSV(B) | 57.91º | 0.84% | 0.8% | - |
| XYZ | 45.87 | 53.94 | 9.43 | - |
| YUV | 181.87 | 43.99 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 33 | 0 | 0.03 | 0.84 | 0.20 | 57.91 | 0.72 | 0.47 |
| Hex | CD | C7 | 21 | 0 | 3 | 54 | 14 | 3A | 48 | 2F |
| Octal | 315 | 307 | 41 | 0 | 3 | 124 | 24 | 72 | 110 | 57 |
| Binary | 11001101 | 11000111 | 100001 | 0 | 11 | 1010100 | 10100 | 111010 | 1001000 | 101111 |
Color Harmonies of #CDC721
Complementary color
Monochromatic Colors of #CDC721
Black with #CDC721
Text Example
Text Example
White with #CDC721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC721; }
p { color: rgb(205,199,33); }
H1.HeaderClassName
{
color: #CDC721;
}
.AnyTagClassName
{
color: #CDC721;
}
</style>
background-color css
<style>
a { background-color: #CDC721; }
a { background-color: rgb(205,199,33); }
div.DivClassName
{
background-color: #CDC721;
}
.BgClassName
{
background-color: #CDC721;
}
</style>
border-color css
<style>
span { border-color: #CDC721; }
span { border-color: rgb(205,199,33); }
td.TdClassName
{
border-color: #CDC721;
}
.TagClassName
{
border-color: #CDC721;
}
</style>