Shades of Barberry #CEC02A
Tints of Barberry #CEC02A
RGB
CMYK
RGB Variations
Color information
#CEC02A (or 0xCEC02A) is known color: Barberry. HEX triplet: CE, C0 and 2A. RGB value is (206,192,42). Sum of RGB (Red+Green+Blue) = 206+192+42=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC02A is #313FD5. Grayscale: #B3B3B3. Windows color (decimal): -3227606 or 2801870. OLE color: 2801870.
HSL color Cylindrical-coordinate representation of color #CEC02A: hue angle of 54.88º 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 #CEC02A is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 42 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.19 |
| HSL | 54.88º | 0.66% | 0.49% | - |
| HSV(B) | 54.88º | 0.8% | 0.81% | - |
| XYZ | 44.72 | 50.99 | 9.68 | - |
| YUV | 179.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 42 | 0 | 0.07 | 0.80 | 0.19 | 54.88 | 0.66 | 0.49 |
| Hex | CE | C0 | 2A | 0 | 7 | 50 | 13 | 37 | 42 | 31 |
| Octal | 316 | 300 | 52 | 0 | 7 | 120 | 23 | 67 | 102 | 61 |
| Binary | 11001110 | 11000000 | 101010 | 0 | 111 | 1010000 | 10011 | 110111 | 1000010 | 110001 |
Color Harmonies of #CEC02A
Complementary color
Monochromatic Colors of #CEC02A
Black with #CEC02A
Text Example
Text Example
White with #CEC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC02A; }
p { color: rgb(206,192,42); }
H1.HeaderClassName
{
color: #CEC02A;
}
.AnyTagClassName
{
color: #CEC02A;
}
</style>
background-color css
<style>
a { background-color: #CEC02A; }
a { background-color: rgb(206,192,42); }
div.DivClassName
{
background-color: #CEC02A;
}
.BgClassName
{
background-color: #CEC02A;
}
</style>
border-color css
<style>
span { border-color: #CEC02A; }
span { border-color: rgb(206,192,42); }
td.TdClassName
{
border-color: #CEC02A;
}
.TagClassName
{
border-color: #CEC02A;
}
</style>