Shades of Barberry #CCD41F
Tints of Barberry #CCD41F
RGB
CMYK
RGB Variations
Color information
#CCD41F (or 0xCCD41F) is known color: Barberry. HEX triplet: CC, D4 and 1F. RGB value is (204,212,31). Sum of RGB (Red+Green+Blue) = 204+212+31=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD41F is #332BE0. Grayscale: #BDBDBD. Windows color (decimal): -3353569 or 2086092. OLE color: 2086092.
HSL color Cylindrical-coordinate representation of color #CCD41F: hue angle of 62.65º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCD41F is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 31 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.17 |
| HSL | 62.65º | 0.74% | 0.48% | - |
| HSV(B) | 62.65º | 0.85% | 0.83% | - |
| XYZ | 48.69 | 60.02 | 10.32 | - |
| YUV | 188.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 31 | 0.04 | 0 | 0.85 | 0.17 | 62.65 | 0.74 | 0.48 |
| Hex | CC | D4 | 1F | 4 | 0 | 55 | 11 | 3F | 4A | 30 |
| Octal | 314 | 324 | 37 | 4 | 0 | 125 | 21 | 77 | 112 | 60 |
| Binary | 11001100 | 11010100 | 11111 | 100 | 0 | 1010101 | 10001 | 111111 | 1001010 | 110000 |
Color Harmonies of #CCD41F
Complementary color
Monochromatic Colors of #CCD41F
Black with #CCD41F
Text Example
Text Example
White with #CCD41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD41F; }
p { color: rgb(204,212,31); }
H1.HeaderClassName
{
color: #CCD41F;
}
.AnyTagClassName
{
color: #CCD41F;
}
</style>
background-color css
<style>
a { background-color: #CCD41F; }
a { background-color: rgb(204,212,31); }
div.DivClassName
{
background-color: #CCD41F;
}
.BgClassName
{
background-color: #CCD41F;
}
</style>
border-color css
<style>
span { border-color: #CCD41F; }
span { border-color: rgb(204,212,31); }
td.TdClassName
{
border-color: #CCD41F;
}
.TagClassName
{
border-color: #CCD41F;
}
</style>