Shades of Barberry #CECB18
Tints of Barberry #CECB18
RGB
CMYK
RGB Variations
Color information
#CECB18 (or 0xCECB18) is known color: Barberry. HEX triplet: CE, CB and 18. RGB value is (206,203,24). Sum of RGB (Red+Green+Blue) = 206+203+24=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB18 is #3134E7. Grayscale: #B8B8B8. Windows color (decimal): -3224808 or 1625038. OLE color: 1625038.
HSL color Cylindrical-coordinate representation of color #CECB18: hue angle of 59.01º 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 #CECB18 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 24 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.19 |
| HSL | 59.01º | 0.79% | 0.45% | - |
| HSV(B) | 59.01º | 0.88% | 0.81% | - |
| XYZ | 46.97 | 55.9 | 9.18 | - |
| YUV | 183.49 | 37.99 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 24 | 0 | 0.01 | 0.88 | 0.19 | 59.01 | 0.79 | 0.45 |
| Hex | CE | CB | 18 | 0 | 1 | 58 | 13 | 3B | 4F | 2D |
| Octal | 316 | 313 | 30 | 0 | 1 | 130 | 23 | 73 | 117 | 55 |
| Binary | 11001110 | 11001011 | 11000 | 0 | 1 | 1011000 | 10011 | 111011 | 1001111 | 101101 |
Color Harmonies of #CECB18
Complementary color
Monochromatic Colors of #CECB18
Black with #CECB18
Text Example
Text Example
White with #CECB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB18; }
p { color: rgb(206,203,24); }
H1.HeaderClassName
{
color: #CECB18;
}
.AnyTagClassName
{
color: #CECB18;
}
</style>
background-color css
<style>
a { background-color: #CECB18; }
a { background-color: rgb(206,203,24); }
div.DivClassName
{
background-color: #CECB18;
}
.BgClassName
{
background-color: #CECB18;
}
</style>
border-color css
<style>
span { border-color: #CECB18; }
span { border-color: rgb(206,203,24); }
td.TdClassName
{
border-color: #CECB18;
}
.TagClassName
{
border-color: #CECB18;
}
</style>