Shades of Barberry #CEC02D
Tints of Barberry #CEC02D
RGB
CMYK
RGB Variations
Color information
#CEC02D (or 0xCEC02D) is known color: Barberry. HEX triplet: CE, C0 and 2D. RGB value is (206,192,45). Sum of RGB (Red+Green+Blue) = 206+192+45=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC02D is #313FD2. Grayscale: #B4B4B4. Windows color (decimal): -3227603 or 2998478. OLE color: 2998478.
HSL color Cylindrical-coordinate representation of color #CEC02D: hue angle of 54.78º 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 #CEC02D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 45 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.19 |
| HSL | 54.78º | 0.64% | 0.49% | - |
| HSV(B) | 54.78º | 0.78% | 0.81% | - |
| XYZ | 44.78 | 51.01 | 9.97 | - |
| YUV | 179.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 45 | 0 | 0.07 | 0.78 | 0.19 | 54.78 | 0.64 | 0.49 |
| Hex | CE | C0 | 2D | 0 | 7 | 4E | 13 | 37 | 40 | 31 |
| Octal | 316 | 300 | 55 | 0 | 7 | 116 | 23 | 67 | 100 | 61 |
| Binary | 11001110 | 11000000 | 101101 | 0 | 111 | 1001110 | 10011 | 110111 | 1000000 | 110001 |
Color Harmonies of #CEC02D
Complementary color
Monochromatic Colors of #CEC02D
Black with #CEC02D
Text Example
Text Example
White with #CEC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC02D; }
p { color: rgb(206,192,45); }
H1.HeaderClassName
{
color: #CEC02D;
}
.AnyTagClassName
{
color: #CEC02D;
}
</style>
background-color css
<style>
a { background-color: #CEC02D; }
a { background-color: rgb(206,192,45); }
div.DivClassName
{
background-color: #CEC02D;
}
.BgClassName
{
background-color: #CEC02D;
}
</style>
border-color css
<style>
span { border-color: #CEC02D; }
span { border-color: rgb(206,192,45); }
td.TdClassName
{
border-color: #CEC02D;
}
.TagClassName
{
border-color: #CEC02D;
}
</style>