Shades of Barberry #CCCF1C
Tints of Barberry #CCCF1C
RGB
CMYK
RGB Variations
Color information
#CCCF1C (or 0xCCCF1C) is known color: Barberry. HEX triplet: CC, CF and 1C. RGB value is (204,207,28). Sum of RGB (Red+Green+Blue) = 204+207+28=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF1C is #3330E3. Grayscale: #BABABA. Windows color (decimal): -3354852 or 1888204. OLE color: 1888204.
HSL color Cylindrical-coordinate representation of color #CCCF1C: hue angle of 61.01º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCCF1C is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 28 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.19 |
| HSL | 61.01º | 0.76% | 0.46% | - |
| HSV(B) | 61.01º | 0.86% | 0.81% | - |
| XYZ | 47.42 | 57.55 | 9.71 | - |
| YUV | 185.7 | 39.01 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 28 | 0.01 | 0 | 0.86 | 0.19 | 61.01 | 0.76 | 0.46 |
| Hex | CC | CF | 1C | 1 | 0 | 56 | 13 | 3D | 4C | 2E |
| Octal | 314 | 317 | 34 | 1 | 0 | 126 | 23 | 75 | 114 | 56 |
| Binary | 11001100 | 11001111 | 11100 | 1 | 0 | 1010110 | 10011 | 111101 | 1001100 | 101110 |
Color Harmonies of #CCCF1C
Complementary color
Monochromatic Colors of #CCCF1C
Black with #CCCF1C
Text Example
Text Example
White with #CCCF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF1C; }
p { color: rgb(204,207,28); }
H1.HeaderClassName
{
color: #CCCF1C;
}
.AnyTagClassName
{
color: #CCCF1C;
}
</style>
background-color css
<style>
a { background-color: #CCCF1C; }
a { background-color: rgb(204,207,28); }
div.DivClassName
{
background-color: #CCCF1C;
}
.BgClassName
{
background-color: #CCCF1C;
}
</style>
border-color css
<style>
span { border-color: #CCCF1C; }
span { border-color: rgb(204,207,28); }
td.TdClassName
{
border-color: #CCCF1C;
}
.TagClassName
{
border-color: #CCCF1C;
}
</style>