Shades of Barberry #CBD316
Tints of Barberry #CBD316
RGB
CMYK
RGB Variations
Color information
#CBD316 (or 0xCBD316) is known color: Barberry. HEX triplet: CB, D3 and 16. RGB value is (203,211,22). Sum of RGB (Red+Green+Blue) = 203+211+22=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD316 is #342CE9. Grayscale: #BBBBBB. Windows color (decimal): -3419370 or 1496011. OLE color: 1496011.
HSL color Cylindrical-coordinate representation of color #CBD316: hue angle of 62.54º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBD316 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.17 |
| HSL | 62.54º | 0.81% | 0.46% | - |
| HSV(B) | 62.54º | 0.9% | 0.83% | - |
| XYZ | 48.07 | 59.34 | 9.68 | - |
| YUV | 187.06 | 34.85 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 22 | 0.04 | 0 | 0.90 | 0.17 | 62.54 | 0.81 | 0.46 |
| Hex | CB | D3 | 16 | 4 | 0 | 5A | 11 | 3F | 51 | 2E |
| Octal | 313 | 323 | 26 | 4 | 0 | 132 | 21 | 77 | 121 | 56 |
| Binary | 11001011 | 11010011 | 10110 | 100 | 0 | 1011010 | 10001 | 111111 | 1010001 | 101110 |
Color Harmonies of #CBD316
Complementary color
Monochromatic Colors of #CBD316
Black with #CBD316
Text Example
Text Example
White with #CBD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD316; }
p { color: rgb(203,211,22); }
H1.HeaderClassName
{
color: #CBD316;
}
.AnyTagClassName
{
color: #CBD316;
}
</style>
background-color css
<style>
a { background-color: #CBD316; }
a { background-color: rgb(203,211,22); }
div.DivClassName
{
background-color: #CBD316;
}
.BgClassName
{
background-color: #CBD316;
}
</style>
border-color css
<style>
span { border-color: #CBD316; }
span { border-color: rgb(203,211,22); }
td.TdClassName
{
border-color: #CBD316;
}
.TagClassName
{
border-color: #CBD316;
}
</style>