Shades of Barberry #CBCA1D
Tints of Barberry #CBCA1D
RGB
CMYK
RGB Variations
Color information
#CBCA1D (or 0xCBCA1D) is known color: Barberry. HEX triplet: CB, CA and 1D. RGB value is (203,202,29). Sum of RGB (Red+Green+Blue) = 203+202+29=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCA1D is #3435E2. Grayscale: #B7B7B7. Windows color (decimal): -3421667 or 1952459. OLE color: 1952459.
HSL color Cylindrical-coordinate representation of color #CBCA1D: hue angle of 59.66º 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 #CBCA1D is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 29 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.20 |
| HSL | 59.66º | 0.75% | 0.45% | - |
| HSV(B) | 59.66º | 0.86% | 0.8% | - |
| XYZ | 45.97 | 55.03 | 9.36 | - |
| YUV | 182.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 29 | 0 | 0.00 | 0.86 | 0.20 | 59.66 | 0.75 | 0.45 |
| Hex | CB | CA | 1D | 0 | 0 | 56 | 14 | 3C | 4B | 2D |
| Octal | 313 | 312 | 35 | 0 | 0 | 126 | 24 | 74 | 113 | 55 |
| Binary | 11001011 | 11001010 | 11101 | 0 | 0 | 1010110 | 10100 | 111100 | 1001011 | 101101 |
Color Harmonies of #CBCA1D
Complementary color
Monochromatic Colors of #CBCA1D
Black with #CBCA1D
Text Example
Text Example
White with #CBCA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCA1D; }
p { color: rgb(203,202,29); }
H1.HeaderClassName
{
color: #CBCA1D;
}
.AnyTagClassName
{
color: #CBCA1D;
}
</style>
background-color css
<style>
a { background-color: #CBCA1D; }
a { background-color: rgb(203,202,29); }
div.DivClassName
{
background-color: #CBCA1D;
}
.BgClassName
{
background-color: #CBCA1D;
}
</style>
border-color css
<style>
span { border-color: #CBCA1D; }
span { border-color: rgb(203,202,29); }
td.TdClassName
{
border-color: #CBCA1D;
}
.TagClassName
{
border-color: #CBCA1D;
}
</style>