Shades of Barberry #CEC320
Tints of Barberry #CEC320
RGB
CMYK
RGB Variations
Color information
#CEC320 (or 0xCEC320) is known color: Barberry. HEX triplet: CE, C3 and 20. RGB value is (206,195,32). Sum of RGB (Red+Green+Blue) = 206+195+32=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC320 is #313CDF. Grayscale: #B4B4B4. Windows color (decimal): -3226848 or 2147278. OLE color: 2147278.
HSL color Cylindrical-coordinate representation of color #CEC320: hue angle of 56.21º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEC320 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 32 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.19 |
| HSL | 56.21º | 0.73% | 0.47% | - |
| HSV(B) | 56.21º | 0.84% | 0.81% | - |
| XYZ | 45.23 | 52.26 | 9.07 | - |
| YUV | 179.71 | 44.64 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 32 | 0 | 0.05 | 0.84 | 0.19 | 56.21 | 0.73 | 0.47 |
| Hex | CE | C3 | 20 | 0 | 5 | 54 | 13 | 38 | 49 | 2F |
| Octal | 316 | 303 | 40 | 0 | 5 | 124 | 23 | 70 | 111 | 57 |
| Binary | 11001110 | 11000011 | 100000 | 0 | 101 | 1010100 | 10011 | 111000 | 1001001 | 101111 |
Color Harmonies of #CEC320
Complementary color
Monochromatic Colors of #CEC320
Black with #CEC320
Text Example
Text Example
White with #CEC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC320; }
p { color: rgb(206,195,32); }
H1.HeaderClassName
{
color: #CEC320;
}
.AnyTagClassName
{
color: #CEC320;
}
</style>
background-color css
<style>
a { background-color: #CEC320; }
a { background-color: rgb(206,195,32); }
div.DivClassName
{
background-color: #CEC320;
}
.BgClassName
{
background-color: #CEC320;
}
</style>
border-color css
<style>
span { border-color: #CEC320; }
span { border-color: rgb(206,195,32); }
td.TdClassName
{
border-color: #CEC320;
}
.TagClassName
{
border-color: #CEC320;
}
</style>