Shades of Barberry #CCD41B
Tints of Barberry #CCD41B
RGB
CMYK
RGB Variations
Color information
#CCD41B (or 0xCCD41B) is known color: Barberry. HEX triplet: CC, D4 and 1B. RGB value is (204,212,27). Sum of RGB (Red+Green+Blue) = 204+212+27=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD41B is #332BE4. Grayscale: #BDBDBD. Windows color (decimal): -3353573 or 1823948. OLE color: 1823948.
HSL color Cylindrical-coordinate representation of color #CCD41B: hue angle of 62.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCD41B is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 27 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.17 |
| HSL | 62.59º | 0.77% | 0.47% | - |
| HSV(B) | 62.59º | 0.87% | 0.83% | - |
| XYZ | 48.64 | 60 | 10.05 | - |
| YUV | 188.52 | 36.85 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 27 | 0.04 | 0 | 0.87 | 0.17 | 62.59 | 0.77 | 0.47 |
| Hex | CC | D4 | 1B | 4 | 0 | 57 | 11 | 3F | 4D | 2F |
| Octal | 314 | 324 | 33 | 4 | 0 | 127 | 21 | 77 | 115 | 57 |
| Binary | 11001100 | 11010100 | 11011 | 100 | 0 | 1010111 | 10001 | 111111 | 1001101 | 101111 |
Color Harmonies of #CCD41B
Complementary color
Monochromatic Colors of #CCD41B
Black with #CCD41B
Text Example
Text Example
White with #CCD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD41B; }
p { color: rgb(204,212,27); }
H1.HeaderClassName
{
color: #CCD41B;
}
.AnyTagClassName
{
color: #CCD41B;
}
</style>
background-color css
<style>
a { background-color: #CCD41B; }
a { background-color: rgb(204,212,27); }
div.DivClassName
{
background-color: #CCD41B;
}
.BgClassName
{
background-color: #CCD41B;
}
</style>
border-color css
<style>
span { border-color: #CCD41B; }
span { border-color: rgb(204,212,27); }
td.TdClassName
{
border-color: #CCD41B;
}
.TagClassName
{
border-color: #CCD41B;
}
</style>