Shades of Barberry #CCC42F
Tints of Barberry #CCC42F
RGB
CMYK
RGB Variations
Color information
#CCC42F (or 0xCCC42F) is known color: Barberry. HEX triplet: CC, C4 and 2F. RGB value is (204,196,47). Sum of RGB (Red+Green+Blue) = 204+196+47=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC42F is #333BD0. Grayscale: #B6B6B6. Windows color (decimal): -3357649 or 3130572. OLE color: 3130572.
HSL color Cylindrical-coordinate representation of color #CCC42F: hue angle of 56.94º 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 #CCC42F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 47 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.2 |
| HSL | 56.94º | 0.63% | 0.49% | - |
| HSV(B) | 56.94º | 0.77% | 0.8% | - |
| XYZ | 45.15 | 52.52 | 10.45 | - |
| YUV | 181.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 47 | 0 | 0.04 | 0.77 | 0.2 | 56.94 | 0.63 | 0.49 |
| Hex | CC | C4 | 2F | 0 | 4 | 4D | 14 | 39 | 3F | 31 |
| Octal | 314 | 304 | 57 | 0 | 4 | 115 | 24 | 71 | 77 | 61 |
| Binary | 11001100 | 11000100 | 101111 | 0 | 100 | 1001101 | 10100 | 111001 | 111111 | 110001 |
Color Harmonies of #CCC42F
Complementary color
Monochromatic Colors of #CCC42F
Black with #CCC42F
Text Example
Text Example
White with #CCC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC42F; }
p { color: rgb(204,196,47); }
H1.HeaderClassName
{
color: #CCC42F;
}
.AnyTagClassName
{
color: #CCC42F;
}
</style>
background-color css
<style>
a { background-color: #CCC42F; }
a { background-color: rgb(204,196,47); }
div.DivClassName
{
background-color: #CCC42F;
}
.BgClassName
{
background-color: #CCC42F;
}
</style>
border-color css
<style>
span { border-color: #CCC42F; }
span { border-color: rgb(204,196,47); }
td.TdClassName
{
border-color: #CCC42F;
}
.TagClassName
{
border-color: #CCC42F;
}
</style>