Shades of Barberry #CECC1A
Tints of Barberry #CECC1A
RGB
CMYK
RGB Variations
Color information
#CECC1A (or 0xCECC1A) is known color: Barberry. HEX triplet: CE, CC and 1A. RGB value is (206,204,26). Sum of RGB (Red+Green+Blue) = 206+204+26=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC1A is #3133E5. Grayscale: #B9B9B9. Windows color (decimal): -3224550 or 1756366. OLE color: 1756366.
HSL color Cylindrical-coordinate representation of color #CECC1A: hue angle of 59.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CECC1A is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 26 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.19 |
| HSL | 59.33º | 0.78% | 0.45% | - |
| HSV(B) | 59.33º | 0.87% | 0.81% | - |
| XYZ | 47.23 | 56.38 | 9.37 | - |
| YUV | 184.31 | 38.66 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 26 | 0 | 0.01 | 0.87 | 0.19 | 59.33 | 0.78 | 0.45 |
| Hex | CE | CC | 1A | 0 | 1 | 57 | 13 | 3B | 4E | 2D |
| Octal | 316 | 314 | 32 | 0 | 1 | 127 | 23 | 73 | 116 | 55 |
| Binary | 11001110 | 11001100 | 11010 | 0 | 1 | 1010111 | 10011 | 111011 | 1001110 | 101101 |
Color Harmonies of #CECC1A
Complementary color
Monochromatic Colors of #CECC1A
Black with #CECC1A
Text Example
Text Example
White with #CECC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC1A; }
p { color: rgb(206,204,26); }
H1.HeaderClassName
{
color: #CECC1A;
}
.AnyTagClassName
{
color: #CECC1A;
}
</style>
background-color css
<style>
a { background-color: #CECC1A; }
a { background-color: rgb(206,204,26); }
div.DivClassName
{
background-color: #CECC1A;
}
.BgClassName
{
background-color: #CECC1A;
}
</style>
border-color css
<style>
span { border-color: #CECC1A; }
span { border-color: rgb(206,204,26); }
td.TdClassName
{
border-color: #CECC1A;
}
.TagClassName
{
border-color: #CECC1A;
}
</style>