Shades of Barberry #CECC1C
Tints of Barberry #CECC1C
RGB
CMYK
RGB Variations
Color information
#CECC1C (or 0xCECC1C) is known color: Barberry. HEX triplet: CE, CC and 1C. RGB value is (206,204,28). Sum of RGB (Red+Green+Blue) = 206+204+28=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC1C is #3133E3. Grayscale: #B9B9B9. Windows color (decimal): -3224548 or 1887438. OLE color: 1887438.
HSL color Cylindrical-coordinate representation of color #CECC1C: hue angle of 59.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CECC1C is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 28 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.19 |
| HSL | 59.33º | 0.76% | 0.46% | - |
| HSV(B) | 59.33º | 0.86% | 0.81% | - |
| XYZ | 47.26 | 56.39 | 9.49 | - |
| YUV | 184.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 28 | 0 | 0.01 | 0.86 | 0.19 | 59.33 | 0.76 | 0.46 |
| Hex | CE | CC | 1C | 0 | 1 | 56 | 13 | 3B | 4C | 2E |
| Octal | 316 | 314 | 34 | 0 | 1 | 126 | 23 | 73 | 114 | 56 |
| Binary | 11001110 | 11001100 | 11100 | 0 | 1 | 1010110 | 10011 | 111011 | 1001100 | 101110 |
Color Harmonies of #CECC1C
Complementary color
Monochromatic Colors of #CECC1C
Black with #CECC1C
Text Example
Text Example
White with #CECC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC1C; }
p { color: rgb(206,204,28); }
H1.HeaderClassName
{
color: #CECC1C;
}
.AnyTagClassName
{
color: #CECC1C;
}
</style>
background-color css
<style>
a { background-color: #CECC1C; }
a { background-color: rgb(206,204,28); }
div.DivClassName
{
background-color: #CECC1C;
}
.BgClassName
{
background-color: #CECC1C;
}
</style>
border-color css
<style>
span { border-color: #CECC1C; }
span { border-color: rgb(206,204,28); }
td.TdClassName
{
border-color: #CECC1C;
}
.TagClassName
{
border-color: #CECC1C;
}
</style>