Shades of Barberry #CCD11B
Tints of Barberry #CCD11B
RGB
CMYK
RGB Variations
Color information
#CCD11B (or 0xCCD11B) is known color: Barberry. HEX triplet: CC, D1 and 1B. RGB value is (204,209,27). Sum of RGB (Red+Green+Blue) = 204+209+27=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD11B is #332EE4. Grayscale: #BBBBBB. Windows color (decimal): -3354341 or 1823180. OLE color: 1823180.
HSL color Cylindrical-coordinate representation of color #CCD11B: hue angle of 61.65º degrees, saturation: 0.77, 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 #CCD11B is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 27 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.18 |
| HSL | 61.65º | 0.77% | 0.46% | - |
| HSV(B) | 61.65º | 0.87% | 0.82% | - |
| XYZ | 47.9 | 58.52 | 9.81 | - |
| YUV | 186.76 | 37.84 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 27 | 0.02 | 0 | 0.87 | 0.18 | 61.65 | 0.77 | 0.46 |
| Hex | CC | D1 | 1B | 2 | 0 | 57 | 12 | 3E | 4D | 2E |
| Octal | 314 | 321 | 33 | 2 | 0 | 127 | 22 | 76 | 115 | 56 |
| Binary | 11001100 | 11010001 | 11011 | 10 | 0 | 1010111 | 10010 | 111110 | 1001101 | 101110 |
Color Harmonies of #CCD11B
Complementary color
Monochromatic Colors of #CCD11B
Black with #CCD11B
Text Example
Text Example
White with #CCD11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD11B; }
p { color: rgb(204,209,27); }
H1.HeaderClassName
{
color: #CCD11B;
}
.AnyTagClassName
{
color: #CCD11B;
}
</style>
background-color css
<style>
a { background-color: #CCD11B; }
a { background-color: rgb(204,209,27); }
div.DivClassName
{
background-color: #CCD11B;
}
.BgClassName
{
background-color: #CCD11B;
}
</style>
border-color css
<style>
span { border-color: #CCD11B; }
span { border-color: rgb(204,209,27); }
td.TdClassName
{
border-color: #CCD11B;
}
.TagClassName
{
border-color: #CCD11B;
}
</style>