Shades of Barberry #CBC31D
Tints of Barberry #CBC31D
RGB
CMYK
RGB Variations
Color information
#CBC31D (or 0xCBC31D) is known color: Barberry. HEX triplet: CB, C3 and 1D. RGB value is (203,195,29). Sum of RGB (Red+Green+Blue) = 203+195+29=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC31D is #343CE2. Grayscale: #B3B3B3. Windows color (decimal): -3423459 or 1950667. OLE color: 1950667.
HSL color Cylindrical-coordinate representation of color #CBC31D: hue angle of 57.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBC31D is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 29 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.20 |
| HSL | 57.24º | 0.75% | 0.45% | - |
| HSV(B) | 57.24º | 0.86% | 0.8% | - |
| XYZ | 44.37 | 51.82 | 8.83 | - |
| YUV | 178.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 29 | 0 | 0.04 | 0.86 | 0.20 | 57.24 | 0.75 | 0.45 |
| Hex | CB | C3 | 1D | 0 | 4 | 56 | 14 | 39 | 4B | 2D |
| Octal | 313 | 303 | 35 | 0 | 4 | 126 | 24 | 71 | 113 | 55 |
| Binary | 11001011 | 11000011 | 11101 | 0 | 100 | 1010110 | 10100 | 111001 | 1001011 | 101101 |
Color Harmonies of #CBC31D
Complementary color
Monochromatic Colors of #CBC31D
Black with #CBC31D
Text Example
Text Example
White with #CBC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC31D; }
p { color: rgb(203,195,29); }
H1.HeaderClassName
{
color: #CBC31D;
}
.AnyTagClassName
{
color: #CBC31D;
}
</style>
background-color css
<style>
a { background-color: #CBC31D; }
a { background-color: rgb(203,195,29); }
div.DivClassName
{
background-color: #CBC31D;
}
.BgClassName
{
background-color: #CBC31D;
}
</style>
border-color css
<style>
span { border-color: #CBC31D; }
span { border-color: rgb(203,195,29); }
td.TdClassName
{
border-color: #CBC31D;
}
.TagClassName
{
border-color: #CBC31D;
}
</style>