Shades of Barberry #CECB24
Tints of Barberry #CECB24
RGB
CMYK
RGB Variations
Color information
#CECB24 (or 0xCECB24) is known color: Barberry. HEX triplet: CE, CB and 24. RGB value is (206,203,36). Sum of RGB (Red+Green+Blue) = 206+203+36=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB24 is #3134DB. Grayscale: #B9B9B9. Windows color (decimal): -3224796 or 2411470. OLE color: 2411470.
HSL color Cylindrical-coordinate representation of color #CECB24: hue angle of 58.94º 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 #CECB24 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 36 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.19 |
| HSL | 58.94º | 0.7% | 0.47% | - |
| HSV(B) | 58.94º | 0.83% | 0.81% | - |
| XYZ | 47.13 | 55.96 | 9.99 | - |
| YUV | 184.86 | 43.99 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 36 | 0 | 0.01 | 0.83 | 0.19 | 58.94 | 0.7 | 0.47 |
| Hex | CE | CB | 24 | 0 | 1 | 53 | 13 | 3B | 46 | 2F |
| Octal | 316 | 313 | 44 | 0 | 1 | 123 | 23 | 73 | 106 | 57 |
| Binary | 11001110 | 11001011 | 100100 | 0 | 1 | 1010011 | 10011 | 111011 | 1000110 | 101111 |
Color Harmonies of #CECB24
Complementary color
Monochromatic Colors of #CECB24
Black with #CECB24
Text Example
Text Example
White with #CECB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB24; }
p { color: rgb(206,203,36); }
H1.HeaderClassName
{
color: #CECB24;
}
.AnyTagClassName
{
color: #CECB24;
}
</style>
background-color css
<style>
a { background-color: #CECB24; }
a { background-color: rgb(206,203,36); }
div.DivClassName
{
background-color: #CECB24;
}
.BgClassName
{
background-color: #CECB24;
}
</style>
border-color css
<style>
span { border-color: #CECB24; }
span { border-color: rgb(206,203,36); }
td.TdClassName
{
border-color: #CECB24;
}
.TagClassName
{
border-color: #CECB24;
}
</style>