Shades of Barberry #CCD11C
Tints of Barberry #CCD11C
RGB
CMYK
RGB Variations
Color information
#CCD11C (or 0xCCD11C) is known color: Barberry. HEX triplet: CC, D1 and 1C. RGB value is (204,209,28). Sum of RGB (Red+Green+Blue) = 204+209+28=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD11C is #332EE3. Grayscale: #BBBBBB. Windows color (decimal): -3354340 or 1888716. OLE color: 1888716.
HSL color Cylindrical-coordinate representation of color #CCD11C: hue angle of 61.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCD11C is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 28 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.18 |
| HSL | 61.66º | 0.76% | 0.46% | - |
| HSV(B) | 61.66º | 0.87% | 0.82% | - |
| XYZ | 47.91 | 58.52 | 9.87 | - |
| YUV | 186.87 | 38.34 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 28 | 0.02 | 0 | 0.87 | 0.18 | 61.66 | 0.76 | 0.46 |
| Hex | CC | D1 | 1C | 2 | 0 | 57 | 12 | 3E | 4C | 2E |
| Octal | 314 | 321 | 34 | 2 | 0 | 127 | 22 | 76 | 114 | 56 |
| Binary | 11001100 | 11010001 | 11100 | 10 | 0 | 1010111 | 10010 | 111110 | 1001100 | 101110 |
Color Harmonies of #CCD11C
Complementary color
Monochromatic Colors of #CCD11C
Black with #CCD11C
Text Example
Text Example
White with #CCD11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD11C; }
p { color: rgb(204,209,28); }
H1.HeaderClassName
{
color: #CCD11C;
}
.AnyTagClassName
{
color: #CCD11C;
}
</style>
background-color css
<style>
a { background-color: #CCD11C; }
a { background-color: rgb(204,209,28); }
div.DivClassName
{
background-color: #CCD11C;
}
.BgClassName
{
background-color: #CCD11C;
}
</style>
border-color css
<style>
span { border-color: #CCD11C; }
span { border-color: rgb(204,209,28); }
td.TdClassName
{
border-color: #CCD11C;
}
.TagClassName
{
border-color: #CCD11C;
}
</style>