Shades of Barberry #CECD2C
Tints of Barberry #CECD2C
RGB
CMYK
RGB Variations
Color information
#CECD2C (or 0xCECD2C) is known color: Barberry. HEX triplet: CE, CD and 2C. RGB value is (206,205,44). Sum of RGB (Red+Green+Blue) = 206+205+44=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD2C is #3132D3. Grayscale: #BBBBBB. Windows color (decimal): -3224276 or 2936270. OLE color: 2936270.
HSL color Cylindrical-coordinate representation of color #CECD2C: hue angle of 59.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CECD2C is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 44 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.19 |
| HSL | 59.63º | 0.65% | 0.49% | - |
| HSV(B) | 59.63º | 0.79% | 0.81% | - |
| XYZ | 47.74 | 56.97 | 10.86 | - |
| YUV | 186.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 44 | 0 | 0.00 | 0.79 | 0.19 | 59.63 | 0.65 | 0.49 |
| Hex | CE | CD | 2C | 0 | 0 | 4F | 13 | 3C | 41 | 31 |
| Octal | 316 | 315 | 54 | 0 | 0 | 117 | 23 | 74 | 101 | 61 |
| Binary | 11001110 | 11001101 | 101100 | 0 | 0 | 1001111 | 10011 | 111100 | 1000001 | 110001 |
Color Harmonies of #CECD2C
Complementary color
Monochromatic Colors of #CECD2C
Black with #CECD2C
Text Example
Text Example
White with #CECD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD2C; }
p { color: rgb(206,205,44); }
H1.HeaderClassName
{
color: #CECD2C;
}
.AnyTagClassName
{
color: #CECD2C;
}
</style>
background-color css
<style>
a { background-color: #CECD2C; }
a { background-color: rgb(206,205,44); }
div.DivClassName
{
background-color: #CECD2C;
}
.BgClassName
{
background-color: #CECD2C;
}
</style>
border-color css
<style>
span { border-color: #CECD2C; }
span { border-color: rgb(206,205,44); }
td.TdClassName
{
border-color: #CECD2C;
}
.TagClassName
{
border-color: #CECD2C;
}
</style>