Shades of Barberry #CCC024
Tints of Barberry #CCC024
RGB
CMYK
RGB Variations
Color information
#CCC024 (or 0xCCC024) is known color: Barberry. HEX triplet: CC, C0 and 24. RGB value is (204,192,36). Sum of RGB (Red+Green+Blue) = 204+192+36=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC024 is #333FDB. Grayscale: #B2B2B2. Windows color (decimal): -3358684 or 2408652. OLE color: 2408652.
HSL color Cylindrical-coordinate representation of color #CCC024: hue angle of 55.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCC024 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 36 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.2 |
| HSL | 55.71º | 0.7% | 0.47% | - |
| HSV(B) | 55.71º | 0.82% | 0.8% | - |
| XYZ | 44.07 | 50.66 | 9.13 | - |
| YUV | 177.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 36 | 0 | 0.06 | 0.82 | 0.2 | 55.71 | 0.7 | 0.47 |
| Hex | CC | C0 | 24 | 0 | 6 | 52 | 14 | 38 | 46 | 2F |
| Octal | 314 | 300 | 44 | 0 | 6 | 122 | 24 | 70 | 106 | 57 |
| Binary | 11001100 | 11000000 | 100100 | 0 | 110 | 1010010 | 10100 | 111000 | 1000110 | 101111 |
Color Harmonies of #CCC024
Complementary color
Monochromatic Colors of #CCC024
Black with #CCC024
Text Example
Text Example
White with #CCC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC024; }
p { color: rgb(204,192,36); }
H1.HeaderClassName
{
color: #CCC024;
}
.AnyTagClassName
{
color: #CCC024;
}
</style>
background-color css
<style>
a { background-color: #CCC024; }
a { background-color: rgb(204,192,36); }
div.DivClassName
{
background-color: #CCC024;
}
.BgClassName
{
background-color: #CCC024;
}
</style>
border-color css
<style>
span { border-color: #CCC024; }
span { border-color: rgb(204,192,36); }
td.TdClassName
{
border-color: #CCC024;
}
.TagClassName
{
border-color: #CCC024;
}
</style>