Shades of Barberry #CCD71B
Tints of Barberry #CCD71B
RGB
CMYK
RGB Variations
Color information
#CCD71B (or 0xCCD71B) is known color: Barberry. HEX triplet: CC, D7 and 1B. RGB value is (204,215,27). Sum of RGB (Red+Green+Blue) = 204+215+27=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD71B is #3328E4. Grayscale: #BFBFBF. Windows color (decimal): -3352805 or 1824716. OLE color: 1824716.
HSL color Cylindrical-coordinate representation of color #CCD71B: hue angle of 63.51º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCD71B is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 27 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.16 |
| HSL | 63.51º | 0.78% | 0.47% | - |
| HSV(B) | 63.51º | 0.87% | 0.84% | - |
| XYZ | 49.4 | 61.52 | 10.31 | - |
| YUV | 190.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 27 | 0.05 | 0 | 0.87 | 0.16 | 63.51 | 0.78 | 0.47 |
| Hex | CC | D7 | 1B | 5 | 0 | 57 | 10 | 40 | 4E | 2F |
| Octal | 314 | 327 | 33 | 5 | 0 | 127 | 20 | 100 | 116 | 57 |
| Binary | 11001100 | 11010111 | 11011 | 101 | 0 | 1010111 | 10000 | 1000000 | 1001110 | 101111 |
Color Harmonies of #CCD71B
Complementary color
Monochromatic Colors of #CCD71B
Black with #CCD71B
Text Example
Text Example
White with #CCD71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD71B; }
p { color: rgb(204,215,27); }
H1.HeaderClassName
{
color: #CCD71B;
}
.AnyTagClassName
{
color: #CCD71B;
}
</style>
background-color css
<style>
a { background-color: #CCD71B; }
a { background-color: rgb(204,215,27); }
div.DivClassName
{
background-color: #CCD71B;
}
.BgClassName
{
background-color: #CCD71B;
}
</style>
border-color css
<style>
span { border-color: #CCD71B; }
span { border-color: rgb(204,215,27); }
td.TdClassName
{
border-color: #CCD71B;
}
.TagClassName
{
border-color: #CCD71B;
}
</style>