Shades of Barberry #CDCC16
Tints of Barberry #CDCC16
RGB
CMYK
RGB Variations
Color information
#CDCC16 (or 0xCDCC16) is known color: Barberry. HEX triplet: CD, CC and 16. RGB value is (205,204,22). Sum of RGB (Red+Green+Blue) = 205+204+22=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCC16 is #3233E9. Grayscale: #B8B8B8. Windows color (decimal): -3290090 or 1494221. OLE color: 1494221.
HSL color Cylindrical-coordinate representation of color #CDCC16: hue angle of 59.67º 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 #CDCC16 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 22 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.20 |
| HSL | 59.67º | 0.81% | 0.45% | - |
| HSV(B) | 59.67º | 0.89% | 0.8% | - |
| XYZ | 46.91 | 56.22 | 9.14 | - |
| YUV | 183.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 22 | 0 | 0.00 | 0.89 | 0.20 | 59.67 | 0.81 | 0.45 |
| Hex | CD | CC | 16 | 0 | 0 | 59 | 14 | 3C | 51 | 2D |
| Octal | 315 | 314 | 26 | 0 | 0 | 131 | 24 | 74 | 121 | 55 |
| Binary | 11001101 | 11001100 | 10110 | 0 | 0 | 1011001 | 10100 | 111100 | 1010001 | 101101 |
Color Harmonies of #CDCC16
Complementary color
Monochromatic Colors of #CDCC16
Black with #CDCC16
Text Example
Text Example
White with #CDCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC16; }
p { color: rgb(205,204,22); }
H1.HeaderClassName
{
color: #CDCC16;
}
.AnyTagClassName
{
color: #CDCC16;
}
</style>
background-color css
<style>
a { background-color: #CDCC16; }
a { background-color: rgb(205,204,22); }
div.DivClassName
{
background-color: #CDCC16;
}
.BgClassName
{
background-color: #CDCC16;
}
</style>
border-color css
<style>
span { border-color: #CDCC16; }
span { border-color: rgb(205,204,22); }
td.TdClassName
{
border-color: #CDCC16;
}
.TagClassName
{
border-color: #CDCC16;
}
</style>