Shades of Barberry #CCDC12
Tints of Barberry #CCDC12
RGB
CMYK
RGB Variations
Color information
#CCDC12 (or 0xCCDC12) is known color: Barberry. HEX triplet: CC, DC and 12. RGB value is (204,220,18). Sum of RGB (Red+Green+Blue) = 204+220+18=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC12 is #3323ED. Grayscale: #C0C0C0. Windows color (decimal): -3351534 or 1236172. OLE color: 1236172.
HSL color Cylindrical-coordinate representation of color #CCDC12: hue angle of 64.75º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCDC12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.14 |
| HSL | 64.75º | 0.85% | 0.47% | - |
| HSV(B) | 64.75º | 0.92% | 0.86% | - |
| XYZ | 50.6 | 64.07 | 10.27 | - |
| YUV | 192.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 18 | 0.07 | 0 | 0.92 | 0.14 | 64.75 | 0.85 | 0.47 |
| Hex | CC | DC | 12 | 7 | 0 | 5C | E | 41 | 55 | 2F |
| Octal | 314 | 334 | 22 | 7 | 0 | 134 | 16 | 101 | 125 | 57 |
| Binary | 11001100 | 11011100 | 10010 | 111 | 0 | 1011100 | 1110 | 1000001 | 1010101 | 101111 |
Color Harmonies of #CCDC12
Complementary color
Monochromatic Colors of #CCDC12
Black with #CCDC12
Text Example
Text Example
White with #CCDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC12; }
p { color: rgb(204,220,18); }
H1.HeaderClassName
{
color: #CCDC12;
}
.AnyTagClassName
{
color: #CCDC12;
}
</style>
background-color css
<style>
a { background-color: #CCDC12; }
a { background-color: rgb(204,220,18); }
div.DivClassName
{
background-color: #CCDC12;
}
.BgClassName
{
background-color: #CCDC12;
}
</style>
border-color css
<style>
span { border-color: #CCDC12; }
span { border-color: rgb(204,220,18); }
td.TdClassName
{
border-color: #CCDC12;
}
.TagClassName
{
border-color: #CCDC12;
}
</style>