Shades of Barberry #CECB2D
Tints of Barberry #CECB2D
RGB
CMYK
RGB Variations
Color information
#CECB2D (or 0xCECB2D) is known color: Barberry. HEX triplet: CE, CB and 2D. RGB value is (206,203,45). Sum of RGB (Red+Green+Blue) = 206+203+45=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB2D is #3134D2. Grayscale: #BABABA. Windows color (decimal): -3224787 or 3001294. OLE color: 3001294.
HSL color Cylindrical-coordinate representation of color #CECB2D: hue angle of 58.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CECB2D is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 45 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.19 |
| HSL | 58.88º | 0.64% | 0.49% | - |
| HSV(B) | 58.88º | 0.78% | 0.81% | - |
| XYZ | 47.28 | 56.02 | 10.8 | - |
| YUV | 185.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 45 | 0 | 0.01 | 0.78 | 0.19 | 58.88 | 0.64 | 0.49 |
| Hex | CE | CB | 2D | 0 | 1 | 4E | 13 | 3B | 40 | 31 |
| Octal | 316 | 313 | 55 | 0 | 1 | 116 | 23 | 73 | 100 | 61 |
| Binary | 11001110 | 11001011 | 101101 | 0 | 1 | 1001110 | 10011 | 111011 | 1000000 | 110001 |
Color Harmonies of #CECB2D
Complementary color
Monochromatic Colors of #CECB2D
Black with #CECB2D
Text Example
Text Example
White with #CECB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB2D; }
p { color: rgb(206,203,45); }
H1.HeaderClassName
{
color: #CECB2D;
}
.AnyTagClassName
{
color: #CECB2D;
}
</style>
background-color css
<style>
a { background-color: #CECB2D; }
a { background-color: rgb(206,203,45); }
div.DivClassName
{
background-color: #CECB2D;
}
.BgClassName
{
background-color: #CECB2D;
}
</style>
border-color css
<style>
span { border-color: #CECB2D; }
span { border-color: rgb(206,203,45); }
td.TdClassName
{
border-color: #CECB2D;
}
.TagClassName
{
border-color: #CECB2D;
}
</style>