Shades of Barberry #CBDB11
Tints of Barberry #CBDB11
RGB
CMYK
RGB Variations
Color information
#CBDB11 (or 0xCBDB11) is known color: Barberry. HEX triplet: CB, DB and 11. RGB value is (203,219,17). Sum of RGB (Red+Green+Blue) = 203+219+17=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDB11 is #3424EE. Grayscale: #BFBFBF. Windows color (decimal): -3417327 or 1170379. OLE color: 1170379.
HSL color Cylindrical-coordinate representation of color #CBDB11: hue angle of 64.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBDB11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.14 |
| HSL | 64.75º | 0.86% | 0.46% | - |
| HSV(B) | 64.75º | 0.92% | 0.86% | - |
| XYZ | 50.06 | 63.4 | 10.13 | - |
| YUV | 191.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 17 | 0.07 | 0 | 0.92 | 0.14 | 64.75 | 0.86 | 0.46 |
| Hex | CB | DB | 11 | 7 | 0 | 5C | E | 41 | 56 | 2E |
| Octal | 313 | 333 | 21 | 7 | 0 | 134 | 16 | 101 | 126 | 56 |
| Binary | 11001011 | 11011011 | 10001 | 111 | 0 | 1011100 | 1110 | 1000001 | 1010110 | 101110 |
Color Harmonies of #CBDB11
Complementary color
Monochromatic Colors of #CBDB11
Black with #CBDB11
Text Example
Text Example
White with #CBDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB11; }
p { color: rgb(203,219,17); }
H1.HeaderClassName
{
color: #CBDB11;
}
.AnyTagClassName
{
color: #CBDB11;
}
</style>
background-color css
<style>
a { background-color: #CBDB11; }
a { background-color: rgb(203,219,17); }
div.DivClassName
{
background-color: #CBDB11;
}
.BgClassName
{
background-color: #CBDB11;
}
</style>
border-color css
<style>
span { border-color: #CBDB11; }
span { border-color: rgb(203,219,17); }
td.TdClassName
{
border-color: #CBDB11;
}
.TagClassName
{
border-color: #CBDB11;
}
</style>