Shades of Barberry #CCD812
Tints of Barberry #CCD812
RGB
CMYK
RGB Variations
Color information
#CCD812 (or 0xCCD812) is known color: Barberry. HEX triplet: CC, D8 and 12. RGB value is (204,216,18). Sum of RGB (Red+Green+Blue) = 204+216+18=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD812 is #3327ED. Grayscale: #BEBEBE. Windows color (decimal): -3352558 or 1235148. OLE color: 1235148.
HSL color Cylindrical-coordinate representation of color #CCD812: hue angle of 63.64º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCD812 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 18 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.15 |
| HSL | 63.64º | 0.85% | 0.46% | - |
| HSV(B) | 63.64º | 0.92% | 0.85% | - |
| XYZ | 49.57 | 61.99 | 9.93 | - |
| YUV | 189.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 18 | 0.06 | 0 | 0.92 | 0.15 | 63.64 | 0.85 | 0.46 |
| Hex | CC | D8 | 12 | 6 | 0 | 5C | F | 40 | 55 | 2E |
| Octal | 314 | 330 | 22 | 6 | 0 | 134 | 17 | 100 | 125 | 56 |
| Binary | 11001100 | 11011000 | 10010 | 110 | 0 | 1011100 | 1111 | 1000000 | 1010101 | 101110 |
Color Harmonies of #CCD812
Complementary color
Monochromatic Colors of #CCD812
Black with #CCD812
Text Example
Text Example
White with #CCD812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD812; }
p { color: rgb(204,216,18); }
H1.HeaderClassName
{
color: #CCD812;
}
.AnyTagClassName
{
color: #CCD812;
}
</style>
background-color css
<style>
a { background-color: #CCD812; }
a { background-color: rgb(204,216,18); }
div.DivClassName
{
background-color: #CCD812;
}
.BgClassName
{
background-color: #CCD812;
}
</style>
border-color css
<style>
span { border-color: #CCD812; }
span { border-color: rgb(204,216,18); }
td.TdClassName
{
border-color: #CCD812;
}
.TagClassName
{
border-color: #CCD812;
}
</style>