Shades of Barberry #CBC01F
Tints of Barberry #CBC01F
RGB
CMYK
RGB Variations
Color information
#CBC01F (or 0xCBC01F) is known color: Barberry. HEX triplet: CB, C0 and 1F. RGB value is (203,192,31). Sum of RGB (Red+Green+Blue) = 203+192+31=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC01F is #343FE0. Grayscale: #B1B1B1. Windows color (decimal): -3424225 or 2080971. OLE color: 2080971.
HSL color Cylindrical-coordinate representation of color #CBC01F: hue angle of 56.16º 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 #CBC01F is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 31 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.20 |
| HSL | 56.16º | 0.74% | 0.46% | - |
| HSV(B) | 56.16º | 0.85% | 0.8% | - |
| XYZ | 43.73 | 50.49 | 8.74 | - |
| YUV | 176.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 31 | 0 | 0.05 | 0.85 | 0.20 | 56.16 | 0.74 | 0.46 |
| Hex | CB | C0 | 1F | 0 | 5 | 55 | 14 | 38 | 4A | 2E |
| Octal | 313 | 300 | 37 | 0 | 5 | 125 | 24 | 70 | 112 | 56 |
| Binary | 11001011 | 11000000 | 11111 | 0 | 101 | 1010101 | 10100 | 111000 | 1001010 | 101110 |
Color Harmonies of #CBC01F
Complementary color
Monochromatic Colors of #CBC01F
Black with #CBC01F
Text Example
Text Example
White with #CBC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC01F; }
p { color: rgb(203,192,31); }
H1.HeaderClassName
{
color: #CBC01F;
}
.AnyTagClassName
{
color: #CBC01F;
}
</style>
background-color css
<style>
a { background-color: #CBC01F; }
a { background-color: rgb(203,192,31); }
div.DivClassName
{
background-color: #CBC01F;
}
.BgClassName
{
background-color: #CBC01F;
}
</style>
border-color css
<style>
span { border-color: #CBC01F; }
span { border-color: rgb(203,192,31); }
td.TdClassName
{
border-color: #CBC01F;
}
.TagClassName
{
border-color: #CBC01F;
}
</style>