Shades of Barberry #CBDA10
Tints of Barberry #CBDA10
RGB
CMYK
RGB Variations
Color information
#CBDA10 (or 0xCBDA10) is known color: Barberry. HEX triplet: CB, DA and 10. RGB value is (203,218,16). Sum of RGB (Red+Green+Blue) = 203+218+16=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDA10 is #3425EF. Grayscale: #BFBFBF. Windows color (decimal): -3417584 or 1104587. OLE color: 1104587.
HSL color Cylindrical-coordinate representation of color #CBDA10: hue angle of 64.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBDA10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.15 |
| HSL | 64.46º | 0.86% | 0.46% | - |
| HSV(B) | 64.46º | 0.93% | 0.85% | - |
| XYZ | 49.79 | 62.88 | 10 | - |
| YUV | 190.49 | 29.53 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 16 | 0.07 | 0 | 0.93 | 0.15 | 64.46 | 0.86 | 0.46 |
| Hex | CB | DA | 10 | 7 | 0 | 5D | F | 40 | 56 | 2E |
| Octal | 313 | 332 | 20 | 7 | 0 | 135 | 17 | 100 | 126 | 56 |
| Binary | 11001011 | 11011010 | 10000 | 111 | 0 | 1011101 | 1111 | 1000000 | 1010110 | 101110 |
Color Harmonies of #CBDA10
Complementary color
Monochromatic Colors of #CBDA10
Black with #CBDA10
Text Example
Text Example
White with #CBDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA10; }
p { color: rgb(203,218,16); }
H1.HeaderClassName
{
color: #CBDA10;
}
.AnyTagClassName
{
color: #CBDA10;
}
</style>
background-color css
<style>
a { background-color: #CBDA10; }
a { background-color: rgb(203,218,16); }
div.DivClassName
{
background-color: #CBDA10;
}
.BgClassName
{
background-color: #CBDA10;
}
</style>
border-color css
<style>
span { border-color: #CBDA10; }
span { border-color: rgb(203,218,16); }
td.TdClassName
{
border-color: #CBDA10;
}
.TagClassName
{
border-color: #CBDA10;
}
</style>