Shades of Barberry #CCC41C
Tints of Barberry #CCC41C
RGB
CMYK
RGB Variations
Color information
#CCC41C (or 0xCCC41C) is known color: Barberry. HEX triplet: CC, C4 and 1C. RGB value is (204,196,28). Sum of RGB (Red+Green+Blue) = 204+196+28=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC41C is #333BE3. Grayscale: #B3B3B3. Windows color (decimal): -3357668 or 1885388. OLE color: 1885388.
HSL color Cylindrical-coordinate representation of color #CCC41C: hue angle of 57.27º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCC41C is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 28 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.2 |
| HSL | 57.27º | 0.76% | 0.45% | - |
| HSV(B) | 57.27º | 0.86% | 0.8% | - |
| XYZ | 44.85 | 52.4 | 8.85 | - |
| YUV | 179.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 28 | 0 | 0.04 | 0.86 | 0.2 | 57.27 | 0.76 | 0.45 |
| Hex | CC | C4 | 1C | 0 | 4 | 56 | 14 | 39 | 4C | 2D |
| Octal | 314 | 304 | 34 | 0 | 4 | 126 | 24 | 71 | 114 | 55 |
| Binary | 11001100 | 11000100 | 11100 | 0 | 100 | 1010110 | 10100 | 111001 | 1001100 | 101101 |
Color Harmonies of #CCC41C
Complementary color
Monochromatic Colors of #CCC41C
Black with #CCC41C
Text Example
Text Example
White with #CCC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC41C; }
p { color: rgb(204,196,28); }
H1.HeaderClassName
{
color: #CCC41C;
}
.AnyTagClassName
{
color: #CCC41C;
}
</style>
background-color css
<style>
a { background-color: #CCC41C; }
a { background-color: rgb(204,196,28); }
div.DivClassName
{
background-color: #CCC41C;
}
.BgClassName
{
background-color: #CCC41C;
}
</style>
border-color css
<style>
span { border-color: #CCC41C; }
span { border-color: rgb(204,196,28); }
td.TdClassName
{
border-color: #CCC41C;
}
.TagClassName
{
border-color: #CCC41C;
}
</style>