Shades of Barberry #CDD120
Tints of Barberry #CDD120
RGB
CMYK
RGB Variations
Color information
#CDD120 (or 0xCDD120) is known color: Barberry. HEX triplet: CD, D1 and 20. RGB value is (205,209,32). Sum of RGB (Red+Green+Blue) = 205+209+32=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD120 is #322EDF. Grayscale: #BCBCBC. Windows color (decimal): -3288800 or 2150861. OLE color: 2150861.
HSL color Cylindrical-coordinate representation of color #CDD120: hue angle of 61.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDD120 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 32 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.18 |
| HSL | 61.36º | 0.73% | 0.47% | - |
| HSV(B) | 61.36º | 0.85% | 0.82% | - |
| XYZ | 48.24 | 58.68 | 10.15 | - |
| YUV | 187.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 32 | 0.02 | 0 | 0.85 | 0.18 | 61.36 | 0.73 | 0.47 |
| Hex | CD | D1 | 20 | 2 | 0 | 55 | 12 | 3D | 49 | 2F |
| Octal | 315 | 321 | 40 | 2 | 0 | 125 | 22 | 75 | 111 | 57 |
| Binary | 11001101 | 11010001 | 100000 | 10 | 0 | 1010101 | 10010 | 111101 | 1001001 | 101111 |
Color Harmonies of #CDD120
Complementary color
Monochromatic Colors of #CDD120
Black with #CDD120
Text Example
Text Example
White with #CDD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD120; }
p { color: rgb(205,209,32); }
H1.HeaderClassName
{
color: #CDD120;
}
.AnyTagClassName
{
color: #CDD120;
}
</style>
background-color css
<style>
a { background-color: #CDD120; }
a { background-color: rgb(205,209,32); }
div.DivClassName
{
background-color: #CDD120;
}
.BgClassName
{
background-color: #CDD120;
}
</style>
border-color css
<style>
span { border-color: #CDD120; }
span { border-color: rgb(205,209,32); }
td.TdClassName
{
border-color: #CDD120;
}
.TagClassName
{
border-color: #CDD120;
}
</style>