Shades of Barberry #CCD019
Tints of Barberry #CCD019
RGB
CMYK
RGB Variations
Color information
#CCD019 (or 0xCCD019) is known color: Barberry. HEX triplet: CC, D0 and 19. RGB value is (204,208,25). Sum of RGB (Red+Green+Blue) = 204+208+25=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD019 is #332FE6. Grayscale: #BABABA. Windows color (decimal): -3354599 or 1691852. OLE color: 1691852.
HSL color Cylindrical-coordinate representation of color #CCD019: hue angle of 61.31º 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 #CCD019 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 25 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.18 |
| HSL | 61.31º | 0.79% | 0.46% | - |
| HSV(B) | 61.31º | 0.88% | 0.82% | - |
| XYZ | 47.63 | 58.02 | 9.61 | - |
| YUV | 185.94 | 37.17 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 25 | 0.02 | 0 | 0.88 | 0.18 | 61.31 | 0.79 | 0.46 |
| Hex | CC | D0 | 19 | 2 | 0 | 58 | 12 | 3D | 4F | 2E |
| Octal | 314 | 320 | 31 | 2 | 0 | 130 | 22 | 75 | 117 | 56 |
| Binary | 11001100 | 11010000 | 11001 | 10 | 0 | 1011000 | 10010 | 111101 | 1001111 | 101110 |
Color Harmonies of #CCD019
Complementary color
Monochromatic Colors of #CCD019
Black with #CCD019
Text Example
Text Example
White with #CCD019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD019; }
p { color: rgb(204,208,25); }
H1.HeaderClassName
{
color: #CCD019;
}
.AnyTagClassName
{
color: #CCD019;
}
</style>
background-color css
<style>
a { background-color: #CCD019; }
a { background-color: rgb(204,208,25); }
div.DivClassName
{
background-color: #CCD019;
}
.BgClassName
{
background-color: #CCD019;
}
</style>
border-color css
<style>
span { border-color: #CCD019; }
span { border-color: rgb(204,208,25); }
td.TdClassName
{
border-color: #CCD019;
}
.TagClassName
{
border-color: #CCD019;
}
</style>