Shades of Barberry #CBC62D
Tints of Barberry #CBC62D
RGB
CMYK
RGB Variations
Color information
#CBC62D (or 0xCBC62D) is known color: Barberry. HEX triplet: CB, C6 and 2D. RGB value is (203,198,45). Sum of RGB (Red+Green+Blue) = 203+198+45=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC62D is #3439D2. Grayscale: #B6B6B6. Windows color (decimal): -3422675 or 3000011. OLE color: 3000011.
HSL color Cylindrical-coordinate representation of color #CBC62D: hue angle of 58.1º 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 #CBC62D is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 45 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.20 |
| HSL | 58.1º | 0.64% | 0.49% | - |
| HSV(B) | 58.1º | 0.78% | 0.8% | - |
| XYZ | 45.3 | 53.27 | 10.38 | - |
| YUV | 182.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 45 | 0 | 0.02 | 0.78 | 0.20 | 58.1 | 0.64 | 0.49 |
| Hex | CB | C6 | 2D | 0 | 2 | 4E | 14 | 3A | 40 | 31 |
| Octal | 313 | 306 | 55 | 0 | 2 | 116 | 24 | 72 | 100 | 61 |
| Binary | 11001011 | 11000110 | 101101 | 0 | 10 | 1001110 | 10100 | 111010 | 1000000 | 110001 |
Color Harmonies of #CBC62D
Complementary color
Monochromatic Colors of #CBC62D
Black with #CBC62D
Text Example
Text Example
White with #CBC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC62D; }
p { color: rgb(203,198,45); }
H1.HeaderClassName
{
color: #CBC62D;
}
.AnyTagClassName
{
color: #CBC62D;
}
</style>
background-color css
<style>
a { background-color: #CBC62D; }
a { background-color: rgb(203,198,45); }
div.DivClassName
{
background-color: #CBC62D;
}
.BgClassName
{
background-color: #CBC62D;
}
</style>
border-color css
<style>
span { border-color: #CBC62D; }
span { border-color: rgb(203,198,45); }
td.TdClassName
{
border-color: #CBC62D;
}
.TagClassName
{
border-color: #CBC62D;
}
</style>