Shades of Barberry #CCC529
Tints of Barberry #CCC529
RGB
CMYK
RGB Variations
Color information
#CCC529 (or 0xCCC529) is known color: Barberry. HEX triplet: CC, C5 and 29. RGB value is (204,197,41). Sum of RGB (Red+Green+Blue) = 204+197+41=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC529 is #333AD6. Grayscale: #B5B5B5. Windows color (decimal): -3357399 or 2737612. OLE color: 2737612.
HSL color Cylindrical-coordinate representation of color #CCC529: hue angle of 57.42º 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 #CCC529 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 41 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.2 |
| HSL | 57.42º | 0.67% | 0.48% | - |
| HSV(B) | 57.42º | 0.8% | 0.8% | - |
| XYZ | 45.27 | 52.93 | 9.93 | - |
| YUV | 181.31 | 48.82 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 41 | 0 | 0.03 | 0.80 | 0.2 | 57.42 | 0.67 | 0.48 |
| Hex | CC | C5 | 29 | 0 | 3 | 50 | 14 | 39 | 43 | 30 |
| Octal | 314 | 305 | 51 | 0 | 3 | 120 | 24 | 71 | 103 | 60 |
| Binary | 11001100 | 11000101 | 101001 | 0 | 11 | 1010000 | 10100 | 111001 | 1000011 | 110000 |
Color Harmonies of #CCC529
Complementary color
Monochromatic Colors of #CCC529
Black with #CCC529
Text Example
Text Example
White with #CCC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC529; }
p { color: rgb(204,197,41); }
H1.HeaderClassName
{
color: #CCC529;
}
.AnyTagClassName
{
color: #CCC529;
}
</style>
background-color css
<style>
a { background-color: #CCC529; }
a { background-color: rgb(204,197,41); }
div.DivClassName
{
background-color: #CCC529;
}
.BgClassName
{
background-color: #CCC529;
}
</style>
border-color css
<style>
span { border-color: #CCC529; }
span { border-color: rgb(204,197,41); }
td.TdClassName
{
border-color: #CCC529;
}
.TagClassName
{
border-color: #CCC529;
}
</style>