Shades of Barberry #CBD619
Tints of Barberry #CBD619
RGB
CMYK
RGB Variations
Color information
#CBD619 (or 0xCBD619) is known color: Barberry. HEX triplet: CB, D6 and 19. RGB value is (203,214,25). Sum of RGB (Red+Green+Blue) = 203+214+25=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD619 is #3429E6. Grayscale: #BDBDBD. Windows color (decimal): -3418599 or 1693387. OLE color: 1693387.
HSL color Cylindrical-coordinate representation of color #CBD619: hue angle of 63.49º 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 #CBD619 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 25 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.16 |
| HSL | 63.49º | 0.79% | 0.47% | - |
| HSV(B) | 63.49º | 0.88% | 0.84% | - |
| XYZ | 48.85 | 60.86 | 10.09 | - |
| YUV | 189.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 25 | 0.05 | 0 | 0.88 | 0.16 | 63.49 | 0.79 | 0.47 |
| Hex | CB | D6 | 19 | 5 | 0 | 58 | 10 | 3F | 4F | 2F |
| Octal | 313 | 326 | 31 | 5 | 0 | 130 | 20 | 77 | 117 | 57 |
| Binary | 11001011 | 11010110 | 11001 | 101 | 0 | 1011000 | 10000 | 111111 | 1001111 | 101111 |
Color Harmonies of #CBD619
Complementary color
Monochromatic Colors of #CBD619
Black with #CBD619
Text Example
Text Example
White with #CBD619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD619; }
p { color: rgb(203,214,25); }
H1.HeaderClassName
{
color: #CBD619;
}
.AnyTagClassName
{
color: #CBD619;
}
</style>
background-color css
<style>
a { background-color: #CBD619; }
a { background-color: rgb(203,214,25); }
div.DivClassName
{
background-color: #CBD619;
}
.BgClassName
{
background-color: #CBD619;
}
</style>
border-color css
<style>
span { border-color: #CBD619; }
span { border-color: rgb(203,214,25); }
td.TdClassName
{
border-color: #CBD619;
}
.TagClassName
{
border-color: #CBD619;
}
</style>