Shades of Barberry #CECC1D
Tints of Barberry #CECC1D
RGB
CMYK
RGB Variations
Color information
#CECC1D (or 0xCECC1D) is known color: Barberry. HEX triplet: CE, CC and 1D. RGB value is (206,204,29). Sum of RGB (Red+Green+Blue) = 206+204+29=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC1D is #3133E2. Grayscale: #B9B9B9. Windows color (decimal): -3224547 or 1952974. OLE color: 1952974.
HSL color Cylindrical-coordinate representation of color #CECC1D: hue angle of 59.32º degrees, saturation: 0.75, 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 #CECC1D is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 29 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.19 |
| HSL | 59.32º | 0.75% | 0.46% | - |
| HSV(B) | 59.32º | 0.86% | 0.81% | - |
| XYZ | 47.27 | 56.4 | 9.56 | - |
| YUV | 184.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 29 | 0 | 0.01 | 0.86 | 0.19 | 59.32 | 0.75 | 0.46 |
| Hex | CE | CC | 1D | 0 | 1 | 56 | 13 | 3B | 4B | 2E |
| Octal | 316 | 314 | 35 | 0 | 1 | 126 | 23 | 73 | 113 | 56 |
| Binary | 11001110 | 11001100 | 11101 | 0 | 1 | 1010110 | 10011 | 111011 | 1001011 | 101110 |
Color Harmonies of #CECC1D
Complementary color
Monochromatic Colors of #CECC1D
Black with #CECC1D
Text Example
Text Example
White with #CECC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC1D; }
p { color: rgb(206,204,29); }
H1.HeaderClassName
{
color: #CECC1D;
}
.AnyTagClassName
{
color: #CECC1D;
}
</style>
background-color css
<style>
a { background-color: #CECC1D; }
a { background-color: rgb(206,204,29); }
div.DivClassName
{
background-color: #CECC1D;
}
.BgClassName
{
background-color: #CECC1D;
}
</style>
border-color css
<style>
span { border-color: #CECC1D; }
span { border-color: rgb(206,204,29); }
td.TdClassName
{
border-color: #CECC1D;
}
.TagClassName
{
border-color: #CECC1D;
}
</style>