Shades of Barberry #CCD21B
Tints of Barberry #CCD21B
RGB
CMYK
RGB Variations
Color information
#CCD21B (or 0xCCD21B) is known color: Barberry. HEX triplet: CC, D2 and 1B. RGB value is (204,210,27). Sum of RGB (Red+Green+Blue) = 204+210+27=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD21B is #332DE4. Grayscale: #BCBCBC. Windows color (decimal): -3354085 or 1823436. OLE color: 1823436.
HSL color Cylindrical-coordinate representation of color #CCD21B: hue angle of 61.97º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCD21B is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 27 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.18 |
| HSL | 61.97º | 0.77% | 0.46% | - |
| HSV(B) | 61.97º | 0.87% | 0.82% | - |
| XYZ | 48.15 | 59.01 | 9.89 | - |
| YUV | 187.34 | 37.51 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 27 | 0.03 | 0 | 0.87 | 0.18 | 61.97 | 0.77 | 0.46 |
| Hex | CC | D2 | 1B | 3 | 0 | 57 | 12 | 3E | 4D | 2E |
| Octal | 314 | 322 | 33 | 3 | 0 | 127 | 22 | 76 | 115 | 56 |
| Binary | 11001100 | 11010010 | 11011 | 11 | 0 | 1010111 | 10010 | 111110 | 1001101 | 101110 |
Color Harmonies of #CCD21B
Complementary color
Monochromatic Colors of #CCD21B
Black with #CCD21B
Text Example
Text Example
White with #CCD21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD21B; }
p { color: rgb(204,210,27); }
H1.HeaderClassName
{
color: #CCD21B;
}
.AnyTagClassName
{
color: #CCD21B;
}
</style>
background-color css
<style>
a { background-color: #CCD21B; }
a { background-color: rgb(204,210,27); }
div.DivClassName
{
background-color: #CCD21B;
}
.BgClassName
{
background-color: #CCD21B;
}
</style>
border-color css
<style>
span { border-color: #CCD21B; }
span { border-color: rgb(204,210,27); }
td.TdClassName
{
border-color: #CCD21B;
}
.TagClassName
{
border-color: #CCD21B;
}
</style>