Shades of Barberry #CEC62D
Tints of Barberry #CEC62D
RGB
CMYK
RGB Variations
Color information
#CEC62D (or 0xCEC62D) is known color: Barberry. HEX triplet: CE, C6 and 2D. RGB value is (206,198,45). Sum of RGB (Red+Green+Blue) = 206+198+45=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC62D is #3139D2. Grayscale: #B7B7B7. Windows color (decimal): -3226067 or 3000014. OLE color: 3000014.
HSL color Cylindrical-coordinate representation of color #CEC62D: hue angle of 57.02º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEC62D is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 45 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.19 |
| HSL | 57.02º | 0.64% | 0.49% | - |
| HSV(B) | 57.02º | 0.78% | 0.81% | - |
| XYZ | 46.12 | 53.7 | 10.42 | - |
| YUV | 182.95 | 50.15 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 45 | 0 | 0.04 | 0.78 | 0.19 | 57.02 | 0.64 | 0.49 |
| Hex | CE | C6 | 2D | 0 | 4 | 4E | 13 | 39 | 40 | 31 |
| Octal | 316 | 306 | 55 | 0 | 4 | 116 | 23 | 71 | 100 | 61 |
| Binary | 11001110 | 11000110 | 101101 | 0 | 100 | 1001110 | 10011 | 111001 | 1000000 | 110001 |
Color Harmonies of #CEC62D
Complementary color
Monochromatic Colors of #CEC62D
Black with #CEC62D
Text Example
Text Example
White with #CEC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC62D; }
p { color: rgb(206,198,45); }
H1.HeaderClassName
{
color: #CEC62D;
}
.AnyTagClassName
{
color: #CEC62D;
}
</style>
background-color css
<style>
a { background-color: #CEC62D; }
a { background-color: rgb(206,198,45); }
div.DivClassName
{
background-color: #CEC62D;
}
.BgClassName
{
background-color: #CEC62D;
}
</style>
border-color css
<style>
span { border-color: #CEC62D; }
span { border-color: rgb(206,198,45); }
td.TdClassName
{
border-color: #CEC62D;
}
.TagClassName
{
border-color: #CEC62D;
}
</style>