Shades of Barberry #CBD510
Tints of Barberry #CBD510
RGB
CMYK
RGB Variations
Color information
#CBD510 (or 0xCBD510) is known color: Barberry. HEX triplet: CB, D5 and 10. RGB value is (203,213,16). Sum of RGB (Red+Green+Blue) = 203+213+16=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD510 is #342AEF. Grayscale: #BCBCBC. Windows color (decimal): -3418864 or 1103307. OLE color: 1103307.
HSL color Cylindrical-coordinate representation of color #CBD510: hue angle of 63.05º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBD510 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.16 |
| HSL | 63.05º | 0.86% | 0.45% | - |
| HSV(B) | 63.05º | 0.92% | 0.84% | - |
| XYZ | 48.52 | 60.32 | 9.58 | - |
| YUV | 187.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 16 | 0.05 | 0 | 0.92 | 0.16 | 63.05 | 0.86 | 0.45 |
| Hex | CB | D5 | 10 | 5 | 0 | 5C | 10 | 3F | 56 | 2D |
| Octal | 313 | 325 | 20 | 5 | 0 | 134 | 20 | 77 | 126 | 55 |
| Binary | 11001011 | 11010101 | 10000 | 101 | 0 | 1011100 | 10000 | 111111 | 1010110 | 101101 |
Color Harmonies of #CBD510
Complementary color
Monochromatic Colors of #CBD510
Black with #CBD510
Text Example
Text Example
White with #CBD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD510; }
p { color: rgb(203,213,16); }
H1.HeaderClassName
{
color: #CBD510;
}
.AnyTagClassName
{
color: #CBD510;
}
</style>
background-color css
<style>
a { background-color: #CBD510; }
a { background-color: rgb(203,213,16); }
div.DivClassName
{
background-color: #CBD510;
}
.BgClassName
{
background-color: #CBD510;
}
</style>
border-color css
<style>
span { border-color: #CBD510; }
span { border-color: rgb(203,213,16); }
td.TdClassName
{
border-color: #CBD510;
}
.TagClassName
{
border-color: #CBD510;
}
</style>