Shades of Barberry #CBDB14
Tints of Barberry #CBDB14
RGB
CMYK
RGB Variations
Color information
#CBDB14 (or 0xCBDB14) is known color: Barberry. HEX triplet: CB, DB and 14. RGB value is (203,219,20). Sum of RGB (Red+Green+Blue) = 203+219+20=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDB14 is #3424EB. Grayscale: #C0C0C0. Windows color (decimal): -3417324 or 1366987. OLE color: 1366987.
HSL color Cylindrical-coordinate representation of color #CBDB14: hue angle of 64.82º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBDB14 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 20 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.14 |
| HSL | 64.82º | 0.83% | 0.47% | - |
| HSV(B) | 64.82º | 0.91% | 0.86% | - |
| XYZ | 50.09 | 63.41 | 10.26 | - |
| YUV | 191.53 | 31.2 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 20 | 0.07 | 0 | 0.91 | 0.14 | 64.82 | 0.83 | 0.47 |
| Hex | CB | DB | 14 | 7 | 0 | 5B | E | 41 | 53 | 2F |
| Octal | 313 | 333 | 24 | 7 | 0 | 133 | 16 | 101 | 123 | 57 |
| Binary | 11001011 | 11011011 | 10100 | 111 | 0 | 1011011 | 1110 | 1000001 | 1010011 | 101111 |
Color Harmonies of #CBDB14
Complementary color
Monochromatic Colors of #CBDB14
Black with #CBDB14
Text Example
Text Example
White with #CBDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB14; }
p { color: rgb(203,219,20); }
H1.HeaderClassName
{
color: #CBDB14;
}
.AnyTagClassName
{
color: #CBDB14;
}
</style>
background-color css
<style>
a { background-color: #CBDB14; }
a { background-color: rgb(203,219,20); }
div.DivClassName
{
background-color: #CBDB14;
}
.BgClassName
{
background-color: #CBDB14;
}
</style>
border-color css
<style>
span { border-color: #CBDB14; }
span { border-color: rgb(203,219,20); }
td.TdClassName
{
border-color: #CBDB14;
}
.TagClassName
{
border-color: #CBDB14;
}
</style>