Shades of Barberry #CDC720
Tints of Barberry #CDC720
RGB
CMYK
RGB Variations
Color information
#CDC720 (or 0xCDC720) is known color: Barberry. HEX triplet: CD, C7 and 20. RGB value is (205,199,32). Sum of RGB (Red+Green+Blue) = 205+199+32=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC720 is #3238DF. Grayscale: #B6B6B6. Windows color (decimal): -3291360 or 2148301. OLE color: 2148301.
HSL color Cylindrical-coordinate representation of color #CDC720: hue angle of 57.92º 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 #CDC720 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 32 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.20 |
| HSL | 57.92º | 0.73% | 0.46% | - |
| HSV(B) | 57.92º | 0.84% | 0.8% | - |
| XYZ | 45.86 | 53.93 | 9.36 | - |
| YUV | 181.76 | 43.49 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 32 | 0 | 0.03 | 0.84 | 0.20 | 57.92 | 0.73 | 0.46 |
| Hex | CD | C7 | 20 | 0 | 3 | 54 | 14 | 3A | 49 | 2E |
| Octal | 315 | 307 | 40 | 0 | 3 | 124 | 24 | 72 | 111 | 56 |
| Binary | 11001101 | 11000111 | 100000 | 0 | 11 | 1010100 | 10100 | 111010 | 1001001 | 101110 |
Color Harmonies of #CDC720
Complementary color
Monochromatic Colors of #CDC720
Black with #CDC720
Text Example
Text Example
White with #CDC720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC720; }
p { color: rgb(205,199,32); }
H1.HeaderClassName
{
color: #CDC720;
}
.AnyTagClassName
{
color: #CDC720;
}
</style>
background-color css
<style>
a { background-color: #CDC720; }
a { background-color: rgb(205,199,32); }
div.DivClassName
{
background-color: #CDC720;
}
.BgClassName
{
background-color: #CDC720;
}
</style>
border-color css
<style>
span { border-color: #CDC720; }
span { border-color: rgb(205,199,32); }
td.TdClassName
{
border-color: #CDC720;
}
.TagClassName
{
border-color: #CDC720;
}
</style>