Shades of Barberry #CCCE1E
Tints of Barberry #CCCE1E
RGB
CMYK
RGB Variations
Color information
#CCCE1E (or 0xCCCE1E) is known color: Barberry. HEX triplet: CC, CE and 1E. RGB value is (204,206,30). Sum of RGB (Red+Green+Blue) = 204+206+30=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE1E is #3331E1. Grayscale: #BABABA. Windows color (decimal): -3355106 or 2019020. OLE color: 2019020.
HSL color Cylindrical-coordinate representation of color #CCCE1E: hue angle of 60.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCCE1E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 30 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.19 |
| HSL | 60.68º | 0.75% | 0.46% | - |
| HSV(B) | 60.68º | 0.85% | 0.81% | - |
| XYZ | 47.21 | 57.07 | 9.76 | - |
| YUV | 185.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 30 | 0.01 | 0 | 0.85 | 0.19 | 60.68 | 0.75 | 0.46 |
| Hex | CC | CE | 1E | 1 | 0 | 55 | 13 | 3D | 4B | 2E |
| Octal | 314 | 316 | 36 | 1 | 0 | 125 | 23 | 75 | 113 | 56 |
| Binary | 11001100 | 11001110 | 11110 | 1 | 0 | 1010101 | 10011 | 111101 | 1001011 | 101110 |
Color Harmonies of #CCCE1E
Complementary color
Monochromatic Colors of #CCCE1E
Black with #CCCE1E
Text Example
Text Example
White with #CCCE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE1E; }
p { color: rgb(204,206,30); }
H1.HeaderClassName
{
color: #CCCE1E;
}
.AnyTagClassName
{
color: #CCCE1E;
}
</style>
background-color css
<style>
a { background-color: #CCCE1E; }
a { background-color: rgb(204,206,30); }
div.DivClassName
{
background-color: #CCCE1E;
}
.BgClassName
{
background-color: #CCCE1E;
}
</style>
border-color css
<style>
span { border-color: #CCCE1E; }
span { border-color: rgb(204,206,30); }
td.TdClassName
{
border-color: #CCCE1E;
}
.TagClassName
{
border-color: #CCCE1E;
}
</style>