Shades of Barberry #CCD018
Tints of Barberry #CCD018
RGB
CMYK
RGB Variations
Color information
#CCD018 (or 0xCCD018) is known color: Barberry. HEX triplet: CC, D0 and 18. RGB value is (204,208,24). Sum of RGB (Red+Green+Blue) = 204+208+24=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD018 is #332FE7. Grayscale: #BABABA. Windows color (decimal): -3354600 or 1626316. OLE color: 1626316.
HSL color Cylindrical-coordinate representation of color #CCD018: hue angle of 61.3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCD018 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 24 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.18 |
| HSL | 61.3º | 0.79% | 0.45% | - |
| HSV(B) | 61.3º | 0.88% | 0.82% | - |
| XYZ | 47.62 | 58.02 | 9.55 | - |
| YUV | 185.83 | 36.67 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 24 | 0.02 | 0 | 0.88 | 0.18 | 61.3 | 0.79 | 0.45 |
| Hex | CC | D0 | 18 | 2 | 0 | 58 | 12 | 3D | 4F | 2D |
| Octal | 314 | 320 | 30 | 2 | 0 | 130 | 22 | 75 | 117 | 55 |
| Binary | 11001100 | 11010000 | 11000 | 10 | 0 | 1011000 | 10010 | 111101 | 1001111 | 101101 |
Color Harmonies of #CCD018
Complementary color
Monochromatic Colors of #CCD018
Black with #CCD018
Text Example
Text Example
White with #CCD018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD018; }
p { color: rgb(204,208,24); }
H1.HeaderClassName
{
color: #CCD018;
}
.AnyTagClassName
{
color: #CCD018;
}
</style>
background-color css
<style>
a { background-color: #CCD018; }
a { background-color: rgb(204,208,24); }
div.DivClassName
{
background-color: #CCD018;
}
.BgClassName
{
background-color: #CCD018;
}
</style>
border-color css
<style>
span { border-color: #CCD018; }
span { border-color: rgb(204,208,24); }
td.TdClassName
{
border-color: #CCD018;
}
.TagClassName
{
border-color: #CCD018;
}
</style>