Shades of Barberry #CCCD1C
Tints of Barberry #CCCD1C
RGB
CMYK
RGB Variations
Color information
#CCCD1C (or 0xCCCD1C) is known color: Barberry. HEX triplet: CC, CD and 1C. RGB value is (204,205,28). Sum of RGB (Red+Green+Blue) = 204+205+28=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD1C is #3332E3. Grayscale: #B9B9B9. Windows color (decimal): -3355364 or 1887692. OLE color: 1887692.
HSL color Cylindrical-coordinate representation of color #CCCD1C: hue angle of 60.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCCD1C is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 28 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.20 |
| HSL | 60.34º | 0.76% | 0.46% | - |
| HSV(B) | 60.34º | 0.86% | 0.8% | - |
| XYZ | 46.94 | 56.58 | 9.55 | - |
| YUV | 184.52 | 39.67 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 28 | 0.00 | 0 | 0.86 | 0.20 | 60.34 | 0.76 | 0.46 |
| Hex | CC | CD | 1C | 0 | 0 | 56 | 14 | 3C | 4C | 2E |
| Octal | 314 | 315 | 34 | 0 | 0 | 126 | 24 | 74 | 114 | 56 |
| Binary | 11001100 | 11001101 | 11100 | 0 | 0 | 1010110 | 10100 | 111100 | 1001100 | 101110 |
Color Harmonies of #CCCD1C
Complementary color
Monochromatic Colors of #CCCD1C
Black with #CCCD1C
Text Example
Text Example
White with #CCCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD1C; }
p { color: rgb(204,205,28); }
H1.HeaderClassName
{
color: #CCCD1C;
}
.AnyTagClassName
{
color: #CCCD1C;
}
</style>
background-color css
<style>
a { background-color: #CCCD1C; }
a { background-color: rgb(204,205,28); }
div.DivClassName
{
background-color: #CCCD1C;
}
.BgClassName
{
background-color: #CCCD1C;
}
</style>
border-color css
<style>
span { border-color: #CCCD1C; }
span { border-color: rgb(204,205,28); }
td.TdClassName
{
border-color: #CCCD1C;
}
.TagClassName
{
border-color: #CCCD1C;
}
</style>