Shades of Barberry #CEC624
Tints of Barberry #CEC624
RGB
CMYK
RGB Variations
Color information
#CEC624 (or 0xCEC624) is known color: Barberry. HEX triplet: CE, C6 and 24. RGB value is (206,198,36). Sum of RGB (Red+Green+Blue) = 206+198+36=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC624 is #3139DB. Grayscale: #B6B6B6. Windows color (decimal): -3226076 or 2410190. OLE color: 2410190.
HSL color Cylindrical-coordinate representation of color #CEC624: hue angle of 57.18º 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 #CEC624 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 36 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.19 |
| HSL | 57.18º | 0.7% | 0.47% | - |
| HSV(B) | 57.18º | 0.83% | 0.81% | - |
| XYZ | 45.97 | 53.64 | 9.6 | - |
| YUV | 181.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 36 | 0 | 0.04 | 0.83 | 0.19 | 57.18 | 0.7 | 0.47 |
| Hex | CE | C6 | 24 | 0 | 4 | 53 | 13 | 39 | 46 | 2F |
| Octal | 316 | 306 | 44 | 0 | 4 | 123 | 23 | 71 | 106 | 57 |
| Binary | 11001110 | 11000110 | 100100 | 0 | 100 | 1010011 | 10011 | 111001 | 1000110 | 101111 |
Color Harmonies of #CEC624
Complementary color
Monochromatic Colors of #CEC624
Black with #CEC624
Text Example
Text Example
White with #CEC624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC624; }
p { color: rgb(206,198,36); }
H1.HeaderClassName
{
color: #CEC624;
}
.AnyTagClassName
{
color: #CEC624;
}
</style>
background-color css
<style>
a { background-color: #CEC624; }
a { background-color: rgb(206,198,36); }
div.DivClassName
{
background-color: #CEC624;
}
.BgClassName
{
background-color: #CEC624;
}
</style>
border-color css
<style>
span { border-color: #CEC624; }
span { border-color: rgb(206,198,36); }
td.TdClassName
{
border-color: #CEC624;
}
.TagClassName
{
border-color: #CEC624;
}
</style>