Shades of Barberry #CDCD20
Tints of Barberry #CDCD20
RGB
CMYK
RGB Variations
Color information
#CDCD20 (or 0xCDCD20) is known color: Barberry. HEX triplet: CD, CD and 20. RGB value is (205,205,32). Sum of RGB (Red+Green+Blue) = 205+205+32=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD20 is #3232DF. Grayscale: #B9B9B9. Windows color (decimal): -3289824 or 2149837. OLE color: 2149837.
HSL color Cylindrical-coordinate representation of color #CDCD20: hue angle of 60º 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 #CDCD20 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 32 | - |
| CMYK | 0 | 0 | 0.84 | 0.20 |
| HSL | 60º | 0.73% | 0.46% | - |
| HSV(B) | 60º | 0.84% | 0.8% | - |
| XYZ | 47.27 | 56.75 | 9.83 | - |
| YUV | 185.28 | 41.5 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 32 | 0 | 0 | 0.84 | 0.20 | 60 | 0.73 | 0.46 |
| Hex | CD | CD | 20 | 0 | 0 | 54 | 14 | 3C | 49 | 2E |
| Octal | 315 | 315 | 40 | 0 | 0 | 124 | 24 | 74 | 111 | 56 |
| Binary | 11001101 | 11001101 | 100000 | 0 | 0 | 1010100 | 10100 | 111100 | 1001001 | 101110 |
Color Harmonies of #CDCD20
Complementary color
Monochromatic Colors of #CDCD20
Black with #CDCD20
Text Example
Text Example
White with #CDCD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD20; }
p { color: rgb(205,205,32); }
H1.HeaderClassName
{
color: #CDCD20;
}
.AnyTagClassName
{
color: #CDCD20;
}
</style>
background-color css
<style>
a { background-color: #CDCD20; }
a { background-color: rgb(205,205,32); }
div.DivClassName
{
background-color: #CDCD20;
}
.BgClassName
{
background-color: #CDCD20;
}
</style>
border-color css
<style>
span { border-color: #CDCD20; }
span { border-color: rgb(205,205,32); }
td.TdClassName
{
border-color: #CDCD20;
}
.TagClassName
{
border-color: #CDCD20;
}
</style>