Shades of Barberry #CCC029
Tints of Barberry #CCC029
RGB
CMYK
RGB Variations
Color information
#CCC029 (or 0xCCC029) is known color: Barberry. HEX triplet: CC, C0 and 29. RGB value is (204,192,41). Sum of RGB (Red+Green+Blue) = 204+192+41=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC029 is #333FD6. Grayscale: #B2B2B2. Windows color (decimal): -3358679 or 2736332. OLE color: 2736332.
HSL color Cylindrical-coordinate representation of color #CCC029: hue angle of 55.58º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCC029 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 41 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.2 |
| HSL | 55.58º | 0.67% | 0.48% | - |
| HSV(B) | 55.58º | 0.8% | 0.8% | - |
| XYZ | 44.15 | 50.7 | 9.56 | - |
| YUV | 178.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 41 | 0 | 0.06 | 0.80 | 0.2 | 55.58 | 0.67 | 0.48 |
| Hex | CC | C0 | 29 | 0 | 6 | 50 | 14 | 38 | 43 | 30 |
| Octal | 314 | 300 | 51 | 0 | 6 | 120 | 24 | 70 | 103 | 60 |
| Binary | 11001100 | 11000000 | 101001 | 0 | 110 | 1010000 | 10100 | 111000 | 1000011 | 110000 |
Color Harmonies of #CCC029
Complementary color
Monochromatic Colors of #CCC029
Black with #CCC029
Text Example
Text Example
White with #CCC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC029; }
p { color: rgb(204,192,41); }
H1.HeaderClassName
{
color: #CCC029;
}
.AnyTagClassName
{
color: #CCC029;
}
</style>
background-color css
<style>
a { background-color: #CCC029; }
a { background-color: rgb(204,192,41); }
div.DivClassName
{
background-color: #CCC029;
}
.BgClassName
{
background-color: #CCC029;
}
</style>
border-color css
<style>
span { border-color: #CCC029; }
span { border-color: rgb(204,192,41); }
td.TdClassName
{
border-color: #CCC029;
}
.TagClassName
{
border-color: #CCC029;
}
</style>