Shades of Barberry #CBC61D
Tints of Barberry #CBC61D
RGB
CMYK
RGB Variations
Color information
#CBC61D (or 0xCBC61D) is known color: Barberry. HEX triplet: CB, C6 and 1D. RGB value is (203,198,29). Sum of RGB (Red+Green+Blue) = 203+198+29=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC61D is #3439E2. Grayscale: #B4B4B4. Windows color (decimal): -3422691 or 1951435. OLE color: 1951435.
HSL color Cylindrical-coordinate representation of color #CBC61D: hue angle of 58.28º 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 #CBC61D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 29 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.20 |
| HSL | 58.28º | 0.75% | 0.45% | - |
| HSV(B) | 58.28º | 0.86% | 0.8% | - |
| XYZ | 45.04 | 53.17 | 9.05 | - |
| YUV | 180.23 | 42.66 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 29 | 0 | 0.02 | 0.86 | 0.20 | 58.28 | 0.75 | 0.45 |
| Hex | CB | C6 | 1D | 0 | 2 | 56 | 14 | 3A | 4B | 2D |
| Octal | 313 | 306 | 35 | 0 | 2 | 126 | 24 | 72 | 113 | 55 |
| Binary | 11001011 | 11000110 | 11101 | 0 | 10 | 1010110 | 10100 | 111010 | 1001011 | 101101 |
Color Harmonies of #CBC61D
Complementary color
Monochromatic Colors of #CBC61D
Black with #CBC61D
Text Example
Text Example
White with #CBC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC61D; }
p { color: rgb(203,198,29); }
H1.HeaderClassName
{
color: #CBC61D;
}
.AnyTagClassName
{
color: #CBC61D;
}
</style>
background-color css
<style>
a { background-color: #CBC61D; }
a { background-color: rgb(203,198,29); }
div.DivClassName
{
background-color: #CBC61D;
}
.BgClassName
{
background-color: #CBC61D;
}
</style>
border-color css
<style>
span { border-color: #CBC61D; }
span { border-color: rgb(203,198,29); }
td.TdClassName
{
border-color: #CBC61D;
}
.TagClassName
{
border-color: #CBC61D;
}
</style>