Shades of Barberry #CCD21C
Tints of Barberry #CCD21C
RGB
CMYK
RGB Variations
Color information
#CCD21C (or 0xCCD21C) is known color: Barberry. HEX triplet: CC, D2 and 1C. RGB value is (204,210,28). Sum of RGB (Red+Green+Blue) = 204+210+28=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD21C is #332DE3. Grayscale: #BCBCBC. Windows color (decimal): -3354084 or 1888972. OLE color: 1888972.
HSL color Cylindrical-coordinate representation of color #CCD21C: hue angle of 61.98º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCD21C is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 28 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.18 |
| HSL | 61.98º | 0.76% | 0.47% | - |
| HSV(B) | 61.98º | 0.87% | 0.82% | - |
| XYZ | 48.16 | 59.01 | 9.95 | - |
| YUV | 187.46 | 38.01 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 28 | 0.03 | 0 | 0.87 | 0.18 | 61.98 | 0.76 | 0.47 |
| Hex | CC | D2 | 1C | 3 | 0 | 57 | 12 | 3E | 4C | 2F |
| Octal | 314 | 322 | 34 | 3 | 0 | 127 | 22 | 76 | 114 | 57 |
| Binary | 11001100 | 11010010 | 11100 | 11 | 0 | 1010111 | 10010 | 111110 | 1001100 | 101111 |
Color Harmonies of #CCD21C
Complementary color
Monochromatic Colors of #CCD21C
Black with #CCD21C
Text Example
Text Example
White with #CCD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD21C; }
p { color: rgb(204,210,28); }
H1.HeaderClassName
{
color: #CCD21C;
}
.AnyTagClassName
{
color: #CCD21C;
}
</style>
background-color css
<style>
a { background-color: #CCD21C; }
a { background-color: rgb(204,210,28); }
div.DivClassName
{
background-color: #CCD21C;
}
.BgClassName
{
background-color: #CCD21C;
}
</style>
border-color css
<style>
span { border-color: #CCD21C; }
span { border-color: rgb(204,210,28); }
td.TdClassName
{
border-color: #CCD21C;
}
.TagClassName
{
border-color: #CCD21C;
}
</style>