Shades of Barberry #CBDB0E
Tints of Barberry #CBDB0E
RGB
CMYK
RGB Variations
Color information
#CBDB0E (or 0xCBDB0E) is known color: Barberry. HEX triplet: CB, DB and 0E. RGB value is (203,219,14). Sum of RGB (Red+Green+Blue) = 203+219+14=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDB0E is #3424F1. Grayscale: #BFBFBF. Windows color (decimal): -3417330 or 973771. OLE color: 973771.
HSL color Cylindrical-coordinate representation of color #CBDB0E: hue angle of 64.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBDB0E is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 14 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.14 |
| HSL | 64.68º | 0.88% | 0.46% | - |
| HSV(B) | 64.68º | 0.94% | 0.86% | - |
| XYZ | 50.04 | 63.39 | 10.01 | - |
| YUV | 190.85 | 28.2 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 14 | 0.07 | 0 | 0.94 | 0.14 | 64.68 | 0.88 | 0.46 |
| Hex | CB | DB | E | 7 | 0 | 5E | E | 41 | 58 | 2E |
| Octal | 313 | 333 | 16 | 7 | 0 | 136 | 16 | 101 | 130 | 56 |
| Binary | 11001011 | 11011011 | 1110 | 111 | 0 | 1011110 | 1110 | 1000001 | 1011000 | 101110 |
Color Harmonies of #CBDB0E
Complementary color
Monochromatic Colors of #CBDB0E
Black with #CBDB0E
Text Example
Text Example
White with #CBDB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB0E; }
p { color: rgb(203,219,14); }
H1.HeaderClassName
{
color: #CBDB0E;
}
.AnyTagClassName
{
color: #CBDB0E;
}
</style>
background-color css
<style>
a { background-color: #CBDB0E; }
a { background-color: rgb(203,219,14); }
div.DivClassName
{
background-color: #CBDB0E;
}
.BgClassName
{
background-color: #CBDB0E;
}
</style>
border-color css
<style>
span { border-color: #CBDB0E; }
span { border-color: rgb(203,219,14); }
td.TdClassName
{
border-color: #CBDB0E;
}
.TagClassName
{
border-color: #CBDB0E;
}
</style>