Shades of Barberry #CEC924
Tints of Barberry #CEC924
RGB
CMYK
RGB Variations
Color information
#CEC924 (or 0xCEC924) is known color: Barberry. HEX triplet: CE, C9 and 24. RGB value is (206,201,36). Sum of RGB (Red+Green+Blue) = 206+201+36=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC924 is #3136DB. Grayscale: #B8B8B8. Windows color (decimal): -3225308 or 2410958. OLE color: 2410958.
HSL color Cylindrical-coordinate representation of color #CEC924: hue angle of 58.24º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEC924 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 36 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.19 |
| HSL | 58.24º | 0.7% | 0.47% | - |
| HSV(B) | 58.24º | 0.83% | 0.81% | - |
| XYZ | 46.66 | 55.02 | 9.83 | - |
| YUV | 183.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 36 | 0 | 0.02 | 0.83 | 0.19 | 58.24 | 0.7 | 0.47 |
| Hex | CE | C9 | 24 | 0 | 2 | 53 | 13 | 3A | 46 | 2F |
| Octal | 316 | 311 | 44 | 0 | 2 | 123 | 23 | 72 | 106 | 57 |
| Binary | 11001110 | 11001001 | 100100 | 0 | 10 | 1010011 | 10011 | 111010 | 1000110 | 101111 |
Color Harmonies of #CEC924
Complementary color
Monochromatic Colors of #CEC924
Black with #CEC924
Text Example
Text Example
White with #CEC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC924; }
p { color: rgb(206,201,36); }
H1.HeaderClassName
{
color: #CEC924;
}
.AnyTagClassName
{
color: #CEC924;
}
</style>
background-color css
<style>
a { background-color: #CEC924; }
a { background-color: rgb(206,201,36); }
div.DivClassName
{
background-color: #CEC924;
}
.BgClassName
{
background-color: #CEC924;
}
</style>
border-color css
<style>
span { border-color: #CEC924; }
span { border-color: rgb(206,201,36); }
td.TdClassName
{
border-color: #CEC924;
}
.TagClassName
{
border-color: #CEC924;
}
</style>