Shades of Barberry #CBD115
Tints of Barberry #CBD115
RGB
CMYK
RGB Variations
Color information
#CBD115 (or 0xCBD115) is known color: Barberry. HEX triplet: CB, D1 and 15. RGB value is (203,209,21). Sum of RGB (Red+Green+Blue) = 203+209+21=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD115 is #342EEA. Grayscale: #BABABA. Windows color (decimal): -3419883 or 1429963. OLE color: 1429963.
HSL color Cylindrical-coordinate representation of color #CBD115: hue angle of 61.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBD115 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 21 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.18 |
| HSL | 61.91º | 0.82% | 0.45% | - |
| HSV(B) | 61.91º | 0.9% | 0.82% | - |
| XYZ | 47.56 | 58.35 | 9.47 | - |
| YUV | 185.77 | 35.01 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 21 | 0.03 | 0 | 0.90 | 0.18 | 61.91 | 0.82 | 0.45 |
| Hex | CB | D1 | 15 | 3 | 0 | 5A | 12 | 3E | 52 | 2D |
| Octal | 313 | 321 | 25 | 3 | 0 | 132 | 22 | 76 | 122 | 55 |
| Binary | 11001011 | 11010001 | 10101 | 11 | 0 | 1011010 | 10010 | 111110 | 1010010 | 101101 |
Color Harmonies of #CBD115
Complementary color
Monochromatic Colors of #CBD115
Black with #CBD115
Text Example
Text Example
White with #CBD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD115; }
p { color: rgb(203,209,21); }
H1.HeaderClassName
{
color: #CBD115;
}
.AnyTagClassName
{
color: #CBD115;
}
</style>
background-color css
<style>
a { background-color: #CBD115; }
a { background-color: rgb(203,209,21); }
div.DivClassName
{
background-color: #CBD115;
}
.BgClassName
{
background-color: #CBD115;
}
</style>
border-color css
<style>
span { border-color: #CBD115; }
span { border-color: rgb(203,209,21); }
td.TdClassName
{
border-color: #CBD115;
}
.TagClassName
{
border-color: #CBD115;
}
</style>