Shades of Barberry #CCD814
Tints of Barberry #CCD814
RGB
CMYK
RGB Variations
Color information
#CCD814 (or 0xCCD814) is known color: Barberry. HEX triplet: CC, D8 and 14. RGB value is (204,216,20). Sum of RGB (Red+Green+Blue) = 204+216+20=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD814 is #3327EB. Grayscale: #BEBEBE. Windows color (decimal): -3352556 or 1366220. OLE color: 1366220.
HSL color Cylindrical-coordinate representation of color #CCD814: hue angle of 63.67º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCD814 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.15 |
| HSL | 63.67º | 0.83% | 0.46% | - |
| HSV(B) | 63.67º | 0.91% | 0.85% | - |
| XYZ | 49.58 | 62 | 10.02 | - |
| YUV | 190.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 20 | 0.06 | 0 | 0.91 | 0.15 | 63.67 | 0.83 | 0.46 |
| Hex | CC | D8 | 14 | 6 | 0 | 5B | F | 40 | 53 | 2E |
| Octal | 314 | 330 | 24 | 6 | 0 | 133 | 17 | 100 | 123 | 56 |
| Binary | 11001100 | 11011000 | 10100 | 110 | 0 | 1011011 | 1111 | 1000000 | 1010011 | 101110 |
Color Harmonies of #CCD814
Complementary color
Monochromatic Colors of #CCD814
Black with #CCD814
Text Example
Text Example
White with #CCD814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD814; }
p { color: rgb(204,216,20); }
H1.HeaderClassName
{
color: #CCD814;
}
.AnyTagClassName
{
color: #CCD814;
}
</style>
background-color css
<style>
a { background-color: #CCD814; }
a { background-color: rgb(204,216,20); }
div.DivClassName
{
background-color: #CCD814;
}
.BgClassName
{
background-color: #CCD814;
}
</style>
border-color css
<style>
span { border-color: #CCD814; }
span { border-color: rgb(204,216,20); }
td.TdClassName
{
border-color: #CCD814;
}
.TagClassName
{
border-color: #CCD814;
}
</style>