Shades of Barberry #CEBD2C
Tints of Barberry #CEBD2C
RGB
CMYK
RGB Variations
Color information
#CEBD2C (or 0xCEBD2C) is known color: Barberry. HEX triplet: CE, BD and 2C. RGB value is (206,189,44). Sum of RGB (Red+Green+Blue) = 206+189+44=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD2C is #3142D3. Grayscale: #B2B2B2. Windows color (decimal): -3228372 or 2932174. OLE color: 2932174.
HSL color Cylindrical-coordinate representation of color #CEBD2C: hue angle of 53.7º 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 #CEBD2C is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 44 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.19 |
| HSL | 53.7º | 0.65% | 0.49% | - |
| HSV(B) | 53.7º | 0.79% | 0.81% | - |
| XYZ | 44.11 | 49.7 | 9.65 | - |
| YUV | 177.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 44 | 0 | 0.08 | 0.79 | 0.19 | 53.7 | 0.65 | 0.49 |
| Hex | CE | BD | 2C | 0 | 8 | 4F | 13 | 36 | 41 | 31 |
| Octal | 316 | 275 | 54 | 0 | 10 | 117 | 23 | 66 | 101 | 61 |
| Binary | 11001110 | 10111101 | 101100 | 0 | 1000 | 1001111 | 10011 | 110110 | 1000001 | 110001 |
Color Harmonies of #CEBD2C
Complementary color
Monochromatic Colors of #CEBD2C
Black with #CEBD2C
Text Example
Text Example
White with #CEBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD2C; }
p { color: rgb(206,189,44); }
H1.HeaderClassName
{
color: #CEBD2C;
}
.AnyTagClassName
{
color: #CEBD2C;
}
</style>
background-color css
<style>
a { background-color: #CEBD2C; }
a { background-color: rgb(206,189,44); }
div.DivClassName
{
background-color: #CEBD2C;
}
.BgClassName
{
background-color: #CEBD2C;
}
</style>
border-color css
<style>
span { border-color: #CEBD2C; }
span { border-color: rgb(206,189,44); }
td.TdClassName
{
border-color: #CEBD2C;
}
.TagClassName
{
border-color: #CEBD2C;
}
</style>