Shades of Barberry #CCD51B
Tints of Barberry #CCD51B
RGB
CMYK
RGB Variations
Color information
#CCD51B (or 0xCCD51B) is known color: Barberry. HEX triplet: CC, D5 and 1B. RGB value is (204,213,27). Sum of RGB (Red+Green+Blue) = 204+213+27=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD51B is #332AE4. Grayscale: #BDBDBD. Windows color (decimal): -3353317 or 1824204. OLE color: 1824204.
HSL color Cylindrical-coordinate representation of color #CCD51B: hue angle of 62.9º degrees, saturation: 0.77, 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 #CCD51B is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 27 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.16 |
| HSL | 62.9º | 0.78% | 0.47% | - |
| HSV(B) | 62.9º | 0.87% | 0.84% | - |
| XYZ | 48.89 | 60.51 | 10.14 | - |
| YUV | 189.11 | 36.52 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 27 | 0.04 | 0 | 0.87 | 0.16 | 62.9 | 0.78 | 0.47 |
| Hex | CC | D5 | 1B | 4 | 0 | 57 | 10 | 3F | 4E | 2F |
| Octal | 314 | 325 | 33 | 4 | 0 | 127 | 20 | 77 | 116 | 57 |
| Binary | 11001100 | 11010101 | 11011 | 100 | 0 | 1010111 | 10000 | 111111 | 1001110 | 101111 |
Color Harmonies of #CCD51B
Complementary color
Monochromatic Colors of #CCD51B
Black with #CCD51B
Text Example
Text Example
White with #CCD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD51B; }
p { color: rgb(204,213,27); }
H1.HeaderClassName
{
color: #CCD51B;
}
.AnyTagClassName
{
color: #CCD51B;
}
</style>
background-color css
<style>
a { background-color: #CCD51B; }
a { background-color: rgb(204,213,27); }
div.DivClassName
{
background-color: #CCD51B;
}
.BgClassName
{
background-color: #CCD51B;
}
</style>
border-color css
<style>
span { border-color: #CCD51B; }
span { border-color: rgb(204,213,27); }
td.TdClassName
{
border-color: #CCD51B;
}
.TagClassName
{
border-color: #CCD51B;
}
</style>