Shades of Barberry #CCC52F
Tints of Barberry #CCC52F
RGB
CMYK
RGB Variations
Color information
#CCC52F (or 0xCCC52F) is known color: Barberry. HEX triplet: CC, C5 and 2F. RGB value is (204,197,47). Sum of RGB (Red+Green+Blue) = 204+197+47=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC52F is #333AD0. Grayscale: #B6B6B6. Windows color (decimal): -3357393 or 3130828. OLE color: 3130828.
HSL color Cylindrical-coordinate representation of color #CCC52F: hue angle of 57.32º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCC52F is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 47 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.2 |
| HSL | 57.32º | 0.63% | 0.49% | - |
| HSV(B) | 57.32º | 0.77% | 0.8% | - |
| XYZ | 45.38 | 52.98 | 10.52 | - |
| YUV | 181.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 47 | 0 | 0.03 | 0.77 | 0.2 | 57.32 | 0.63 | 0.49 |
| Hex | CC | C5 | 2F | 0 | 3 | 4D | 14 | 39 | 3F | 31 |
| Octal | 314 | 305 | 57 | 0 | 3 | 115 | 24 | 71 | 77 | 61 |
| Binary | 11001100 | 11000101 | 101111 | 0 | 11 | 1001101 | 10100 | 111001 | 111111 | 110001 |
Color Harmonies of #CCC52F
Complementary color
Monochromatic Colors of #CCC52F
Black with #CCC52F
Text Example
Text Example
White with #CCC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC52F; }
p { color: rgb(204,197,47); }
H1.HeaderClassName
{
color: #CCC52F;
}
.AnyTagClassName
{
color: #CCC52F;
}
</style>
background-color css
<style>
a { background-color: #CCC52F; }
a { background-color: rgb(204,197,47); }
div.DivClassName
{
background-color: #CCC52F;
}
.BgClassName
{
background-color: #CCC52F;
}
</style>
border-color css
<style>
span { border-color: #CCC52F; }
span { border-color: rgb(204,197,47); }
td.TdClassName
{
border-color: #CCC52F;
}
.TagClassName
{
border-color: #CCC52F;
}
</style>