Shades of Barberry #CCCB1D
Tints of Barberry #CCCB1D
RGB
CMYK
RGB Variations
Color information
#CCCB1D (or 0xCCCB1D) is known color: Barberry. HEX triplet: CC, CB and 1D. RGB value is (204,203,29). Sum of RGB (Red+Green+Blue) = 204+203+29=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB1D is #3334E2. Grayscale: #B8B8B8. Windows color (decimal): -3355875 or 1952716. OLE color: 1952716.
HSL color Cylindrical-coordinate representation of color #CCCB1D: hue angle of 59.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCCB1D is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 29 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.2 |
| HSL | 59.66º | 0.75% | 0.46% | - |
| HSV(B) | 59.66º | 0.86% | 0.8% | - |
| XYZ | 46.48 | 55.64 | 9.45 | - |
| YUV | 183.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 29 | 0 | 0.00 | 0.86 | 0.2 | 59.66 | 0.75 | 0.46 |
| Hex | CC | CB | 1D | 0 | 0 | 56 | 14 | 3C | 4B | 2E |
| Octal | 314 | 313 | 35 | 0 | 0 | 126 | 24 | 74 | 113 | 56 |
| Binary | 11001100 | 11001011 | 11101 | 0 | 0 | 1010110 | 10100 | 111100 | 1001011 | 101110 |
Color Harmonies of #CCCB1D
Complementary color
Monochromatic Colors of #CCCB1D
Black with #CCCB1D
Text Example
Text Example
White with #CCCB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB1D; }
p { color: rgb(204,203,29); }
H1.HeaderClassName
{
color: #CCCB1D;
}
.AnyTagClassName
{
color: #CCCB1D;
}
</style>
background-color css
<style>
a { background-color: #CCCB1D; }
a { background-color: rgb(204,203,29); }
div.DivClassName
{
background-color: #CCCB1D;
}
.BgClassName
{
background-color: #CCCB1D;
}
</style>
border-color css
<style>
span { border-color: #CCCB1D; }
span { border-color: rgb(204,203,29); }
td.TdClassName
{
border-color: #CCCB1D;
}
.TagClassName
{
border-color: #CCCB1D;
}
</style>