Shades of Barberry #CBC21F
Tints of Barberry #CBC21F
RGB
CMYK
RGB Variations
Color information
#CBC21F (or 0xCBC21F) is known color: Barberry. HEX triplet: CB, C2 and 1F. RGB value is (203,194,31). Sum of RGB (Red+Green+Blue) = 203+194+31=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC21F is #343DE0. Grayscale: #B2B2B2. Windows color (decimal): -3423713 or 2081483. OLE color: 2081483.
HSL color Cylindrical-coordinate representation of color #CBC21F: hue angle of 56.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBC21F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 31 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.20 |
| HSL | 56.86º | 0.74% | 0.46% | - |
| HSV(B) | 56.86º | 0.85% | 0.8% | - |
| XYZ | 44.17 | 51.38 | 8.89 | - |
| YUV | 178.11 | 44.98 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 31 | 0 | 0.04 | 0.85 | 0.20 | 56.86 | 0.74 | 0.46 |
| Hex | CB | C2 | 1F | 0 | 4 | 55 | 14 | 39 | 4A | 2E |
| Octal | 313 | 302 | 37 | 0 | 4 | 125 | 24 | 71 | 112 | 56 |
| Binary | 11001011 | 11000010 | 11111 | 0 | 100 | 1010101 | 10100 | 111001 | 1001010 | 101110 |
Color Harmonies of #CBC21F
Complementary color
Monochromatic Colors of #CBC21F
Black with #CBC21F
Text Example
Text Example
White with #CBC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC21F; }
p { color: rgb(203,194,31); }
H1.HeaderClassName
{
color: #CBC21F;
}
.AnyTagClassName
{
color: #CBC21F;
}
</style>
background-color css
<style>
a { background-color: #CBC21F; }
a { background-color: rgb(203,194,31); }
div.DivClassName
{
background-color: #CBC21F;
}
.BgClassName
{
background-color: #CBC21F;
}
</style>
border-color css
<style>
span { border-color: #CBC21F; }
span { border-color: rgb(203,194,31); }
td.TdClassName
{
border-color: #CBC21F;
}
.TagClassName
{
border-color: #CBC21F;
}
</style>