Shades of Barberry #CCD321
Tints of Barberry #CCD321
RGB
CMYK
RGB Variations
Color information
#CCD321 (or 0xCCD321) is known color: Barberry. HEX triplet: CC, D3 and 21. RGB value is (204,211,33). Sum of RGB (Red+Green+Blue) = 204+211+33=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD321 is #332CDE. Grayscale: #BDBDBD. Windows color (decimal): -3353823 or 2216908. OLE color: 2216908.
HSL color Cylindrical-coordinate representation of color #CCD321: hue angle of 62.36º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCD321 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 33 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.17 |
| HSL | 62.36º | 0.73% | 0.48% | - |
| HSV(B) | 62.36º | 0.84% | 0.83% | - |
| XYZ | 48.47 | 59.54 | 10.38 | - |
| YUV | 188.62 | 40.18 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 33 | 0.03 | 0 | 0.84 | 0.17 | 62.36 | 0.73 | 0.48 |
| Hex | CC | D3 | 21 | 3 | 0 | 54 | 11 | 3E | 49 | 30 |
| Octal | 314 | 323 | 41 | 3 | 0 | 124 | 21 | 76 | 111 | 60 |
| Binary | 11001100 | 11010011 | 100001 | 11 | 0 | 1010100 | 10001 | 111110 | 1001001 | 110000 |
Color Harmonies of #CCD321
Complementary color
Monochromatic Colors of #CCD321
Black with #CCD321
Text Example
Text Example
White with #CCD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD321; }
p { color: rgb(204,211,33); }
H1.HeaderClassName
{
color: #CCD321;
}
.AnyTagClassName
{
color: #CCD321;
}
</style>
background-color css
<style>
a { background-color: #CCD321; }
a { background-color: rgb(204,211,33); }
div.DivClassName
{
background-color: #CCD321;
}
.BgClassName
{
background-color: #CCD321;
}
</style>
border-color css
<style>
span { border-color: #CCD321; }
span { border-color: rgb(204,211,33); }
td.TdClassName
{
border-color: #CCD321;
}
.TagClassName
{
border-color: #CCD321;
}
</style>