Shades of Barberry #CEC42A
Tints of Barberry #CEC42A
RGB
CMYK
RGB Variations
Color information
#CEC42A (or 0xCEC42A) is known color: Barberry. HEX triplet: CE, C4 and 2A. RGB value is (206,196,42). Sum of RGB (Red+Green+Blue) = 206+196+42=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC42A is #313BD5. Grayscale: #B6B6B6. Windows color (decimal): -3226582 or 2802894. OLE color: 2802894.
HSL color Cylindrical-coordinate representation of color #CEC42A: hue angle of 56.34º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEC42A is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 42 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.19 |
| HSL | 56.34º | 0.66% | 0.49% | - |
| HSV(B) | 56.34º | 0.8% | 0.81% | - |
| XYZ | 45.61 | 52.77 | 9.97 | - |
| YUV | 181.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 42 | 0 | 0.05 | 0.80 | 0.19 | 56.34 | 0.66 | 0.49 |
| Hex | CE | C4 | 2A | 0 | 5 | 50 | 13 | 38 | 42 | 31 |
| Octal | 316 | 304 | 52 | 0 | 5 | 120 | 23 | 70 | 102 | 61 |
| Binary | 11001110 | 11000100 | 101010 | 0 | 101 | 1010000 | 10011 | 111000 | 1000010 | 110001 |
Color Harmonies of #CEC42A
Complementary color
Monochromatic Colors of #CEC42A
Black with #CEC42A
Text Example
Text Example
White with #CEC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC42A; }
p { color: rgb(206,196,42); }
H1.HeaderClassName
{
color: #CEC42A;
}
.AnyTagClassName
{
color: #CEC42A;
}
</style>
background-color css
<style>
a { background-color: #CEC42A; }
a { background-color: rgb(206,196,42); }
div.DivClassName
{
background-color: #CEC42A;
}
.BgClassName
{
background-color: #CEC42A;
}
</style>
border-color css
<style>
span { border-color: #CEC42A; }
span { border-color: rgb(206,196,42); }
td.TdClassName
{
border-color: #CEC42A;
}
.TagClassName
{
border-color: #CEC42A;
}
</style>