Shades of Barberry #CBD519
Tints of Barberry #CBD519
RGB
CMYK
RGB Variations
Color information
#CBD519 (or 0xCBD519) is known color: Barberry. HEX triplet: CB, D5 and 19. RGB value is (203,213,25). Sum of RGB (Red+Green+Blue) = 203+213+25=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD519 is #342AE6. Grayscale: #BDBDBD. Windows color (decimal): -3418855 or 1693131. OLE color: 1693131.
HSL color Cylindrical-coordinate representation of color #CBD519: hue angle of 63.19º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBD519 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 25 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.16 |
| HSL | 63.19º | 0.79% | 0.47% | - |
| HSV(B) | 63.19º | 0.88% | 0.84% | - |
| XYZ | 48.6 | 60.36 | 10.01 | - |
| YUV | 188.58 | 35.69 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 25 | 0.05 | 0 | 0.88 | 0.16 | 63.19 | 0.79 | 0.47 |
| Hex | CB | D5 | 19 | 5 | 0 | 58 | 10 | 3F | 4F | 2F |
| Octal | 313 | 325 | 31 | 5 | 0 | 130 | 20 | 77 | 117 | 57 |
| Binary | 11001011 | 11010101 | 11001 | 101 | 0 | 1011000 | 10000 | 111111 | 1001111 | 101111 |
Color Harmonies of #CBD519
Complementary color
Monochromatic Colors of #CBD519
Black with #CBD519
Text Example
Text Example
White with #CBD519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD519; }
p { color: rgb(203,213,25); }
H1.HeaderClassName
{
color: #CBD519;
}
.AnyTagClassName
{
color: #CBD519;
}
</style>
background-color css
<style>
a { background-color: #CBD519; }
a { background-color: rgb(203,213,25); }
div.DivClassName
{
background-color: #CBD519;
}
.BgClassName
{
background-color: #CBD519;
}
</style>
border-color css
<style>
span { border-color: #CBD519; }
span { border-color: rgb(203,213,25); }
td.TdClassName
{
border-color: #CBD519;
}
.TagClassName
{
border-color: #CBD519;
}
</style>