Shades of Barberry #CCD124
Tints of Barberry #CCD124
RGB
CMYK
RGB Variations
Color information
#CCD124 (or 0xCCD124) is known color: Barberry. HEX triplet: CC, D1 and 24. RGB value is (204,209,36). Sum of RGB (Red+Green+Blue) = 204+209+36=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD124 is #332EDB. Grayscale: #BCBCBC. Windows color (decimal): -3354332 or 2413004. OLE color: 2413004.
HSL color Cylindrical-coordinate representation of color #CCD124: hue angle of 61.73º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCD124 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 36 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.18 |
| HSL | 61.73º | 0.71% | 0.48% | - |
| HSV(B) | 61.73º | 0.83% | 0.82% | - |
| XYZ | 48.02 | 58.57 | 10.44 | - |
| YUV | 187.78 | 42.34 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 36 | 0.02 | 0 | 0.83 | 0.18 | 61.73 | 0.71 | 0.48 |
| Hex | CC | D1 | 24 | 2 | 0 | 53 | 12 | 3E | 47 | 30 |
| Octal | 314 | 321 | 44 | 2 | 0 | 123 | 22 | 76 | 107 | 60 |
| Binary | 11001100 | 11010001 | 100100 | 10 | 0 | 1010011 | 10010 | 111110 | 1000111 | 110000 |
Color Harmonies of #CCD124
Complementary color
Monochromatic Colors of #CCD124
Black with #CCD124
Text Example
Text Example
White with #CCD124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD124; }
p { color: rgb(204,209,36); }
H1.HeaderClassName
{
color: #CCD124;
}
.AnyTagClassName
{
color: #CCD124;
}
</style>
background-color css
<style>
a { background-color: #CCD124; }
a { background-color: rgb(204,209,36); }
div.DivClassName
{
background-color: #CCD124;
}
.BgClassName
{
background-color: #CCD124;
}
</style>
border-color css
<style>
span { border-color: #CCD124; }
span { border-color: rgb(204,209,36); }
td.TdClassName
{
border-color: #CCD124;
}
.TagClassName
{
border-color: #CCD124;
}
</style>