Shades of Barberry #CCD11D
Tints of Barberry #CCD11D
RGB
CMYK
RGB Variations
Color information
#CCD11D (or 0xCCD11D) is known color: Barberry. HEX triplet: CC, D1 and 1D. RGB value is (204,209,29). Sum of RGB (Red+Green+Blue) = 204+209+29=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD11D is #332EE2. Grayscale: #BBBBBB. Windows color (decimal): -3354339 or 1954252. OLE color: 1954252.
HSL color Cylindrical-coordinate representation of color #CCD11D: hue angle of 61.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCD11D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 29 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.18 |
| HSL | 61.67º | 0.76% | 0.47% | - |
| HSV(B) | 61.67º | 0.86% | 0.82% | - |
| XYZ | 47.92 | 58.53 | 9.93 | - |
| YUV | 186.99 | 38.84 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 29 | 0.02 | 0 | 0.86 | 0.18 | 61.67 | 0.76 | 0.47 |
| Hex | CC | D1 | 1D | 2 | 0 | 56 | 12 | 3E | 4C | 2F |
| Octal | 314 | 321 | 35 | 2 | 0 | 126 | 22 | 76 | 114 | 57 |
| Binary | 11001100 | 11010001 | 11101 | 10 | 0 | 1010110 | 10010 | 111110 | 1001100 | 101111 |
Color Harmonies of #CCD11D
Complementary color
Monochromatic Colors of #CCD11D
Black with #CCD11D
Text Example
Text Example
White with #CCD11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD11D; }
p { color: rgb(204,209,29); }
H1.HeaderClassName
{
color: #CCD11D;
}
.AnyTagClassName
{
color: #CCD11D;
}
</style>
background-color css
<style>
a { background-color: #CCD11D; }
a { background-color: rgb(204,209,29); }
div.DivClassName
{
background-color: #CCD11D;
}
.BgClassName
{
background-color: #CCD11D;
}
</style>
border-color css
<style>
span { border-color: #CCD11D; }
span { border-color: rgb(204,209,29); }
td.TdClassName
{
border-color: #CCD11D;
}
.TagClassName
{
border-color: #CCD11D;
}
</style>