Shades of Barberry #CBD11D
Tints of Barberry #CBD11D
RGB
CMYK
RGB Variations
Color information
#CBD11D (or 0xCBD11D) is known color: Barberry. HEX triplet: CB, D1 and 1D. RGB value is (203,209,29). Sum of RGB (Red+Green+Blue) = 203+209+29=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD11D is #342EE2. Grayscale: #BBBBBB. Windows color (decimal): -3419875 or 1954251. OLE color: 1954251.
HSL color Cylindrical-coordinate representation of color #CBD11D: hue angle of 62º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBD11D is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 29 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.18 |
| HSL | 62º | 0.76% | 0.47% | - |
| HSV(B) | 62º | 0.86% | 0.82% | - |
| XYZ | 47.65 | 58.39 | 9.92 | - |
| YUV | 186.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 29 | 0.03 | 0 | 0.86 | 0.18 | 62 | 0.76 | 0.47 |
| Hex | CB | D1 | 1D | 3 | 0 | 56 | 12 | 3E | 4C | 2F |
| Octal | 313 | 321 | 35 | 3 | 0 | 126 | 22 | 76 | 114 | 57 |
| Binary | 11001011 | 11010001 | 11101 | 11 | 0 | 1010110 | 10010 | 111110 | 1001100 | 101111 |
Color Harmonies of #CBD11D
Complementary color
Monochromatic Colors of #CBD11D
Black with #CBD11D
Text Example
Text Example
White with #CBD11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD11D; }
p { color: rgb(203,209,29); }
H1.HeaderClassName
{
color: #CBD11D;
}
.AnyTagClassName
{
color: #CBD11D;
}
</style>
background-color css
<style>
a { background-color: #CBD11D; }
a { background-color: rgb(203,209,29); }
div.DivClassName
{
background-color: #CBD11D;
}
.BgClassName
{
background-color: #CBD11D;
}
</style>
border-color css
<style>
span { border-color: #CBD11D; }
span { border-color: rgb(203,209,29); }
td.TdClassName
{
border-color: #CBD11D;
}
.TagClassName
{
border-color: #CBD11D;
}
</style>