Shades of Barberry #CBD516
Tints of Barberry #CBD516
RGB
CMYK
RGB Variations
Color information
#CBD516 (or 0xCBD516) is known color: Barberry. HEX triplet: CB, D5 and 16. RGB value is (203,213,22). Sum of RGB (Red+Green+Blue) = 203+213+22=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD516 is #342AE9. Grayscale: #BCBCBC. Windows color (decimal): -3418858 or 1496523. OLE color: 1496523.
HSL color Cylindrical-coordinate representation of color #CBD516: hue angle of 63.14º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBD516 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 22 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.16 |
| HSL | 63.14º | 0.81% | 0.46% | - |
| HSV(B) | 63.14º | 0.9% | 0.84% | - |
| XYZ | 48.57 | 60.34 | 9.85 | - |
| YUV | 188.24 | 34.19 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 22 | 0.05 | 0 | 0.90 | 0.16 | 63.14 | 0.81 | 0.46 |
| Hex | CB | D5 | 16 | 5 | 0 | 5A | 10 | 3F | 51 | 2E |
| Octal | 313 | 325 | 26 | 5 | 0 | 132 | 20 | 77 | 121 | 56 |
| Binary | 11001011 | 11010101 | 10110 | 101 | 0 | 1011010 | 10000 | 111111 | 1010001 | 101110 |
Color Harmonies of #CBD516
Complementary color
Monochromatic Colors of #CBD516
Black with #CBD516
Text Example
Text Example
White with #CBD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD516; }
p { color: rgb(203,213,22); }
H1.HeaderClassName
{
color: #CBD516;
}
.AnyTagClassName
{
color: #CBD516;
}
</style>
background-color css
<style>
a { background-color: #CBD516; }
a { background-color: rgb(203,213,22); }
div.DivClassName
{
background-color: #CBD516;
}
.BgClassName
{
background-color: #CBD516;
}
</style>
border-color css
<style>
span { border-color: #CBD516; }
span { border-color: rgb(203,213,22); }
td.TdClassName
{
border-color: #CBD516;
}
.TagClassName
{
border-color: #CBD516;
}
</style>