Shades of Barberry #CBD518
Tints of Barberry #CBD518
RGB
CMYK
RGB Variations
Color information
#CBD518 (or 0xCBD518) is known color: Barberry. HEX triplet: CB, D5 and 18. RGB value is (203,213,24). Sum of RGB (Red+Green+Blue) = 203+213+24=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD518 is #342AE7. Grayscale: #BDBDBD. Windows color (decimal): -3418856 or 1627595. OLE color: 1627595.
HSL color Cylindrical-coordinate representation of color #CBD518: hue angle of 63.17º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBD518 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 24 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.16 |
| HSL | 63.17º | 0.8% | 0.46% | - |
| HSV(B) | 63.17º | 0.89% | 0.84% | - |
| XYZ | 48.59 | 60.35 | 9.95 | - |
| YUV | 188.46 | 35.19 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 24 | 0.05 | 0 | 0.89 | 0.16 | 63.17 | 0.8 | 0.46 |
| Hex | CB | D5 | 18 | 5 | 0 | 59 | 10 | 3F | 50 | 2E |
| Octal | 313 | 325 | 30 | 5 | 0 | 131 | 20 | 77 | 120 | 56 |
| Binary | 11001011 | 11010101 | 11000 | 101 | 0 | 1011001 | 10000 | 111111 | 1010000 | 101110 |
Color Harmonies of #CBD518
Complementary color
Monochromatic Colors of #CBD518
Black with #CBD518
Text Example
Text Example
White with #CBD518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD518; }
p { color: rgb(203,213,24); }
H1.HeaderClassName
{
color: #CBD518;
}
.AnyTagClassName
{
color: #CBD518;
}
</style>
background-color css
<style>
a { background-color: #CBD518; }
a { background-color: rgb(203,213,24); }
div.DivClassName
{
background-color: #CBD518;
}
.BgClassName
{
background-color: #CBD518;
}
</style>
border-color css
<style>
span { border-color: #CBD518; }
span { border-color: rgb(203,213,24); }
td.TdClassName
{
border-color: #CBD518;
}
.TagClassName
{
border-color: #CBD518;
}
</style>