Shades of Barberry #CBD022
Tints of Barberry #CBD022
RGB
CMYK
RGB Variations
Color information
#CBD022 (or 0xCBD022) is known color: Barberry. HEX triplet: CB, D0 and 22. RGB value is (203,208,34). Sum of RGB (Red+Green+Blue) = 203+208+34=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD022 is #342FDD. Grayscale: #BBBBBB. Windows color (decimal): -3420126 or 2281675. OLE color: 2281675.
HSL color Cylindrical-coordinate representation of color #CBD022: hue angle of 61.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBD022 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 34 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.18 |
| HSL | 61.72º | 0.72% | 0.47% | - |
| HSV(B) | 61.72º | 0.84% | 0.82% | - |
| XYZ | 47.47 | 57.92 | 10.19 | - |
| YUV | 186.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 34 | 0.02 | 0 | 0.84 | 0.18 | 61.72 | 0.72 | 0.47 |
| Hex | CB | D0 | 22 | 2 | 0 | 54 | 12 | 3E | 48 | 2F |
| Octal | 313 | 320 | 42 | 2 | 0 | 124 | 22 | 76 | 110 | 57 |
| Binary | 11001011 | 11010000 | 100010 | 10 | 0 | 1010100 | 10010 | 111110 | 1001000 | 101111 |
Color Harmonies of #CBD022
Complementary color
Monochromatic Colors of #CBD022
Black with #CBD022
Text Example
Text Example
White with #CBD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD022; }
p { color: rgb(203,208,34); }
H1.HeaderClassName
{
color: #CBD022;
}
.AnyTagClassName
{
color: #CBD022;
}
</style>
background-color css
<style>
a { background-color: #CBD022; }
a { background-color: rgb(203,208,34); }
div.DivClassName
{
background-color: #CBD022;
}
.BgClassName
{
background-color: #CBD022;
}
</style>
border-color css
<style>
span { border-color: #CBD022; }
span { border-color: rgb(203,208,34); }
td.TdClassName
{
border-color: #CBD022;
}
.TagClassName
{
border-color: #CBD022;
}
</style>