Shades of Barberry #CBC82D
Tints of Barberry #CBC82D
RGB
CMYK
RGB Variations
Color information
#CBC82D (or 0xCBC82D) is known color: Barberry. HEX triplet: CB, C8 and 2D. RGB value is (203,200,45). Sum of RGB (Red+Green+Blue) = 203+200+45=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC82D is #3437D2. Grayscale: #B7B7B7. Windows color (decimal): -3422163 or 3000523. OLE color: 3000523.
HSL color Cylindrical-coordinate representation of color #CBC82D: hue angle of 58.86º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBC82D is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 45 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.20 |
| HSL | 58.86º | 0.64% | 0.49% | - |
| HSV(B) | 58.86º | 0.78% | 0.8% | - |
| XYZ | 45.76 | 54.19 | 10.53 | - |
| YUV | 183.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 45 | 0 | 0.01 | 0.78 | 0.20 | 58.86 | 0.64 | 0.49 |
| Hex | CB | C8 | 2D | 0 | 1 | 4E | 14 | 3B | 40 | 31 |
| Octal | 313 | 310 | 55 | 0 | 1 | 116 | 24 | 73 | 100 | 61 |
| Binary | 11001011 | 11001000 | 101101 | 0 | 1 | 1001110 | 10100 | 111011 | 1000000 | 110001 |
Color Harmonies of #CBC82D
Complementary color
Monochromatic Colors of #CBC82D
Black with #CBC82D
Text Example
Text Example
White with #CBC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC82D; }
p { color: rgb(203,200,45); }
H1.HeaderClassName
{
color: #CBC82D;
}
.AnyTagClassName
{
color: #CBC82D;
}
</style>
background-color css
<style>
a { background-color: #CBC82D; }
a { background-color: rgb(203,200,45); }
div.DivClassName
{
background-color: #CBC82D;
}
.BgClassName
{
background-color: #CBC82D;
}
</style>
border-color css
<style>
span { border-color: #CBC82D; }
span { border-color: rgb(203,200,45); }
td.TdClassName
{
border-color: #CBC82D;
}
.TagClassName
{
border-color: #CBC82D;
}
</style>