Shades of Barberry #CEC72C
Tints of Barberry #CEC72C
RGB
CMYK
RGB Variations
Color information
#CEC72C (or 0xCEC72C) is known color: Barberry. HEX triplet: CE, C7 and 2C. RGB value is (206,199,44). Sum of RGB (Red+Green+Blue) = 206+199+44=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC72C is #3138D3. Grayscale: #B8B8B8. Windows color (decimal): -3225812 or 2934734. OLE color: 2934734.
HSL color Cylindrical-coordinate representation of color #CEC72C: hue angle of 57.41º 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 #CEC72C is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 44 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.19 |
| HSL | 57.41º | 0.65% | 0.49% | - |
| HSV(B) | 57.41º | 0.79% | 0.81% | - |
| XYZ | 46.33 | 54.15 | 10.39 | - |
| YUV | 183.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 44 | 0 | 0.03 | 0.79 | 0.19 | 57.41 | 0.65 | 0.49 |
| Hex | CE | C7 | 2C | 0 | 3 | 4F | 13 | 39 | 41 | 31 |
| Octal | 316 | 307 | 54 | 0 | 3 | 117 | 23 | 71 | 101 | 61 |
| Binary | 11001110 | 11000111 | 101100 | 0 | 11 | 1001111 | 10011 | 111001 | 1000001 | 110001 |
Color Harmonies of #CEC72C
Complementary color
Monochromatic Colors of #CEC72C
Black with #CEC72C
Text Example
Text Example
White with #CEC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC72C; }
p { color: rgb(206,199,44); }
H1.HeaderClassName
{
color: #CEC72C;
}
.AnyTagClassName
{
color: #CEC72C;
}
</style>
background-color css
<style>
a { background-color: #CEC72C; }
a { background-color: rgb(206,199,44); }
div.DivClassName
{
background-color: #CEC72C;
}
.BgClassName
{
background-color: #CEC72C;
}
</style>
border-color css
<style>
span { border-color: #CEC72C; }
span { border-color: rgb(206,199,44); }
td.TdClassName
{
border-color: #CEC72C;
}
.TagClassName
{
border-color: #CEC72C;
}
</style>