Shades of Barberry #CBDB0D
Tints of Barberry #CBDB0D
RGB
CMYK
RGB Variations
Color information
#CBDB0D (or 0xCBDB0D) is known color: Barberry. HEX triplet: CB, DB and 0D. RGB value is (203,219,13). Sum of RGB (Red+Green+Blue) = 203+219+13=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDB0D is #3424F2. Grayscale: #BFBFBF. Windows color (decimal): -3417331 or 908235. OLE color: 908235.
HSL color Cylindrical-coordinate representation of color #CBDB0D: hue angle of 64.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBDB0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.14 |
| HSL | 64.66º | 0.89% | 0.45% | - |
| HSV(B) | 64.66º | 0.94% | 0.86% | - |
| XYZ | 50.03 | 63.39 | 9.98 | - |
| YUV | 190.73 | 27.7 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 13 | 0.07 | 0 | 0.94 | 0.14 | 64.66 | 0.89 | 0.45 |
| Hex | CB | DB | D | 7 | 0 | 5E | E | 41 | 59 | 2D |
| Octal | 313 | 333 | 15 | 7 | 0 | 136 | 16 | 101 | 131 | 55 |
| Binary | 11001011 | 11011011 | 1101 | 111 | 0 | 1011110 | 1110 | 1000001 | 1011001 | 101101 |
Color Harmonies of #CBDB0D
Complementary color
Monochromatic Colors of #CBDB0D
Black with #CBDB0D
Text Example
Text Example
White with #CBDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB0D; }
p { color: rgb(203,219,13); }
H1.HeaderClassName
{
color: #CBDB0D;
}
.AnyTagClassName
{
color: #CBDB0D;
}
</style>
background-color css
<style>
a { background-color: #CBDB0D; }
a { background-color: rgb(203,219,13); }
div.DivClassName
{
background-color: #CBDB0D;
}
.BgClassName
{
background-color: #CBDB0D;
}
</style>
border-color css
<style>
span { border-color: #CBDB0D; }
span { border-color: rgb(203,219,13); }
td.TdClassName
{
border-color: #CBDB0D;
}
.TagClassName
{
border-color: #CBDB0D;
}
</style>