Shades of Barberry #CCD119
Tints of Barberry #CCD119
RGB
CMYK
RGB Variations
Color information
#CCD119 (or 0xCCD119) is known color: Barberry. HEX triplet: CC, D1 and 19. RGB value is (204,209,25). Sum of RGB (Red+Green+Blue) = 204+209+25=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD119 is #332EE6. Grayscale: #BBBBBB. Windows color (decimal): -3354343 or 1692108. OLE color: 1692108.
HSL color Cylindrical-coordinate representation of color #CCD119: hue angle of 61.63º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCD119 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 25 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.18 |
| HSL | 61.63º | 0.79% | 0.46% | - |
| HSV(B) | 61.63º | 0.88% | 0.82% | - |
| XYZ | 47.88 | 58.51 | 9.69 | - |
| YUV | 186.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 25 | 0.02 | 0 | 0.88 | 0.18 | 61.63 | 0.79 | 0.46 |
| Hex | CC | D1 | 19 | 2 | 0 | 58 | 12 | 3E | 4F | 2E |
| Octal | 314 | 321 | 31 | 2 | 0 | 130 | 22 | 76 | 117 | 56 |
| Binary | 11001100 | 11010001 | 11001 | 10 | 0 | 1011000 | 10010 | 111110 | 1001111 | 101110 |
Color Harmonies of #CCD119
Complementary color
Monochromatic Colors of #CCD119
Black with #CCD119
Text Example
Text Example
White with #CCD119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD119; }
p { color: rgb(204,209,25); }
H1.HeaderClassName
{
color: #CCD119;
}
.AnyTagClassName
{
color: #CCD119;
}
</style>
background-color css
<style>
a { background-color: #CCD119; }
a { background-color: rgb(204,209,25); }
div.DivClassName
{
background-color: #CCD119;
}
.BgClassName
{
background-color: #CCD119;
}
</style>
border-color css
<style>
span { border-color: #CCD119; }
span { border-color: rgb(204,209,25); }
td.TdClassName
{
border-color: #CCD119;
}
.TagClassName
{
border-color: #CCD119;
}
</style>