Shades of Barberry #CEC918
Tints of Barberry #CEC918
RGB
CMYK
RGB Variations
Color information
#CEC918 (or 0xCEC918) is known color: Barberry. HEX triplet: CE, C9 and 18. RGB value is (206,201,24). Sum of RGB (Red+Green+Blue) = 206+201+24=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC918 is #3136E7. Grayscale: #B7B7B7. Windows color (decimal): -3225320 or 1624526. OLE color: 1624526.
HSL color Cylindrical-coordinate representation of color #CEC918: hue angle of 58.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEC918 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 24 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.19 |
| HSL | 58.35º | 0.79% | 0.45% | - |
| HSV(B) | 58.35º | 0.88% | 0.81% | - |
| XYZ | 46.51 | 54.96 | 9.02 | - |
| YUV | 182.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 24 | 0 | 0.02 | 0.88 | 0.19 | 58.35 | 0.79 | 0.45 |
| Hex | CE | C9 | 18 | 0 | 2 | 58 | 13 | 3A | 4F | 2D |
| Octal | 316 | 311 | 30 | 0 | 2 | 130 | 23 | 72 | 117 | 55 |
| Binary | 11001110 | 11001001 | 11000 | 0 | 10 | 1011000 | 10011 | 111010 | 1001111 | 101101 |
Color Harmonies of #CEC918
Complementary color
Monochromatic Colors of #CEC918
Black with #CEC918
Text Example
Text Example
White with #CEC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC918; }
p { color: rgb(206,201,24); }
H1.HeaderClassName
{
color: #CEC918;
}
.AnyTagClassName
{
color: #CEC918;
}
</style>
background-color css
<style>
a { background-color: #CEC918; }
a { background-color: rgb(206,201,24); }
div.DivClassName
{
background-color: #CEC918;
}
.BgClassName
{
background-color: #CEC918;
}
</style>
border-color css
<style>
span { border-color: #CEC918; }
span { border-color: rgb(206,201,24); }
td.TdClassName
{
border-color: #CEC918;
}
.TagClassName
{
border-color: #CEC918;
}
</style>