Shades of Barberry #CDCE20
Tints of Barberry #CDCE20
RGB
CMYK
RGB Variations
Color information
#CDCE20 (or 0xCDCE20) is known color: Barberry. HEX triplet: CD, CE and 20. RGB value is (205,206,32). Sum of RGB (Red+Green+Blue) = 205+206+32=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCE20 is #3231DF. Grayscale: #BABABA. Windows color (decimal): -3289568 or 2150093. OLE color: 2150093.
HSL color Cylindrical-coordinate representation of color #CDCE20: hue angle of 60.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDCE20 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 32 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.19 |
| HSL | 60.34º | 0.73% | 0.47% | - |
| HSV(B) | 60.34º | 0.84% | 0.81% | - |
| XYZ | 47.51 | 57.23 | 9.91 | - |
| YUV | 185.87 | 41.17 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 32 | 0.00 | 0 | 0.84 | 0.19 | 60.34 | 0.73 | 0.47 |
| Hex | CD | CE | 20 | 0 | 0 | 54 | 13 | 3C | 49 | 2F |
| Octal | 315 | 316 | 40 | 0 | 0 | 124 | 23 | 74 | 111 | 57 |
| Binary | 11001101 | 11001110 | 100000 | 0 | 0 | 1010100 | 10011 | 111100 | 1001001 | 101111 |
Color Harmonies of #CDCE20
Complementary color
Monochromatic Colors of #CDCE20
Black with #CDCE20
Text Example
Text Example
White with #CDCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE20; }
p { color: rgb(205,206,32); }
H1.HeaderClassName
{
color: #CDCE20;
}
.AnyTagClassName
{
color: #CDCE20;
}
</style>
background-color css
<style>
a { background-color: #CDCE20; }
a { background-color: rgb(205,206,32); }
div.DivClassName
{
background-color: #CDCE20;
}
.BgClassName
{
background-color: #CDCE20;
}
</style>
border-color css
<style>
span { border-color: #CDCE20; }
span { border-color: rgb(205,206,32); }
td.TdClassName
{
border-color: #CDCE20;
}
.TagClassName
{
border-color: #CDCE20;
}
</style>