Shades of Barberry #CBD915
Tints of Barberry #CBD915
RGB
CMYK
RGB Variations
Color information
#CBD915 (or 0xCBD915) is known color: Barberry. HEX triplet: CB, D9 and 15. RGB value is (203,217,21). Sum of RGB (Red+Green+Blue) = 203+217+21=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD915 is #3426EA. Grayscale: #BFBFBF. Windows color (decimal): -3417835 or 1432011. OLE color: 1432011.
HSL color Cylindrical-coordinate representation of color #CBD915: hue angle of 64.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBD915 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.15 |
| HSL | 64.29º | 0.82% | 0.47% | - |
| HSV(B) | 64.29º | 0.9% | 0.85% | - |
| XYZ | 49.58 | 62.38 | 10.14 | - |
| YUV | 190.47 | 32.36 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 21 | 0.06 | 0 | 0.90 | 0.15 | 64.29 | 0.82 | 0.47 |
| Hex | CB | D9 | 15 | 6 | 0 | 5A | F | 40 | 52 | 2F |
| Octal | 313 | 331 | 25 | 6 | 0 | 132 | 17 | 100 | 122 | 57 |
| Binary | 11001011 | 11011001 | 10101 | 110 | 0 | 1011010 | 1111 | 1000000 | 1010010 | 101111 |
Color Harmonies of #CBD915
Complementary color
Monochromatic Colors of #CBD915
Black with #CBD915
Text Example
Text Example
White with #CBD915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD915; }
p { color: rgb(203,217,21); }
H1.HeaderClassName
{
color: #CBD915;
}
.AnyTagClassName
{
color: #CBD915;
}
</style>
background-color css
<style>
a { background-color: #CBD915; }
a { background-color: rgb(203,217,21); }
div.DivClassName
{
background-color: #CBD915;
}
.BgClassName
{
background-color: #CBD915;
}
</style>
border-color css
<style>
span { border-color: #CBD915; }
span { border-color: rgb(203,217,21); }
td.TdClassName
{
border-color: #CBD915;
}
.TagClassName
{
border-color: #CBD915;
}
</style>