Shades of Barberry #CDCD16
Tints of Barberry #CDCD16
RGB
CMYK
RGB Variations
Color information
#CDCD16 (or 0xCDCD16) is known color: Barberry. HEX triplet: CD, CD and 16. RGB value is (205,205,22). Sum of RGB (Red+Green+Blue) = 205+205+22=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCD16 is #3232E9. Grayscale: #B8B8B8. Windows color (decimal): -3289834 or 1494477. OLE color: 1494477.
HSL color Cylindrical-coordinate representation of color #CDCD16: hue angle of 60º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDCD16 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 22 | - |
| CMYK | 0 | 0 | 0.89 | 0.20 |
| HSL | 60º | 0.81% | 0.45% | - |
| HSV(B) | 60º | 0.89% | 0.8% | - |
| XYZ | 47.15 | 56.7 | 9.22 | - |
| YUV | 184.14 | 36.5 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 22 | 0 | 0 | 0.89 | 0.20 | 60 | 0.81 | 0.45 |
| Hex | CD | CD | 16 | 0 | 0 | 59 | 14 | 3C | 51 | 2D |
| Octal | 315 | 315 | 26 | 0 | 0 | 131 | 24 | 74 | 121 | 55 |
| Binary | 11001101 | 11001101 | 10110 | 0 | 0 | 1011001 | 10100 | 111100 | 1010001 | 101101 |
Color Harmonies of #CDCD16
Complementary color
Monochromatic Colors of #CDCD16
Black with #CDCD16
Text Example
Text Example
White with #CDCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD16; }
p { color: rgb(205,205,22); }
H1.HeaderClassName
{
color: #CDCD16;
}
.AnyTagClassName
{
color: #CDCD16;
}
</style>
background-color css
<style>
a { background-color: #CDCD16; }
a { background-color: rgb(205,205,22); }
div.DivClassName
{
background-color: #CDCD16;
}
.BgClassName
{
background-color: #CDCD16;
}
</style>
border-color css
<style>
span { border-color: #CDCD16; }
span { border-color: rgb(205,205,22); }
td.TdClassName
{
border-color: #CDCD16;
}
.TagClassName
{
border-color: #CDCD16;
}
</style>