Shades of Barberry #CCD41E
Tints of Barberry #CCD41E
RGB
CMYK
RGB Variations
Color information
#CCD41E (or 0xCCD41E) is known color: Barberry. HEX triplet: CC, D4 and 1E. RGB value is (204,212,30). Sum of RGB (Red+Green+Blue) = 204+212+30=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD41E is #332BE1. Grayscale: #BDBDBD. Windows color (decimal): -3353570 or 2020556. OLE color: 2020556.
HSL color Cylindrical-coordinate representation of color #CCD41E: hue angle of 62.64º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCD41E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 30 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.17 |
| HSL | 62.64º | 0.75% | 0.47% | - |
| HSV(B) | 62.64º | 0.86% | 0.83% | - |
| XYZ | 48.68 | 60.02 | 10.25 | - |
| YUV | 188.86 | 38.35 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 30 | 0.04 | 0 | 0.86 | 0.17 | 62.64 | 0.75 | 0.47 |
| Hex | CC | D4 | 1E | 4 | 0 | 56 | 11 | 3F | 4B | 2F |
| Octal | 314 | 324 | 36 | 4 | 0 | 126 | 21 | 77 | 113 | 57 |
| Binary | 11001100 | 11010100 | 11110 | 100 | 0 | 1010110 | 10001 | 111111 | 1001011 | 101111 |
Color Harmonies of #CCD41E
Complementary color
Monochromatic Colors of #CCD41E
Black with #CCD41E
Text Example
Text Example
White with #CCD41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD41E; }
p { color: rgb(204,212,30); }
H1.HeaderClassName
{
color: #CCD41E;
}
.AnyTagClassName
{
color: #CCD41E;
}
</style>
background-color css
<style>
a { background-color: #CCD41E; }
a { background-color: rgb(204,212,30); }
div.DivClassName
{
background-color: #CCD41E;
}
.BgClassName
{
background-color: #CCD41E;
}
</style>
border-color css
<style>
span { border-color: #CCD41E; }
span { border-color: rgb(204,212,30); }
td.TdClassName
{
border-color: #CCD41E;
}
.TagClassName
{
border-color: #CCD41E;
}
</style>