Shades of Barberry #CEC31E
Tints of Barberry #CEC31E
RGB
CMYK
RGB Variations
Color information
#CEC31E (or 0xCEC31E) is known color: Barberry. HEX triplet: CE, C3 and 1E. RGB value is (206,195,30). Sum of RGB (Red+Green+Blue) = 206+195+30=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC31E is #313CE1. Grayscale: #B4B4B4. Windows color (decimal): -3226850 or 2016206. OLE color: 2016206.
HSL color Cylindrical-coordinate representation of color #CEC31E: hue angle of 56.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEC31E is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 30 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.19 |
| HSL | 56.25º | 0.75% | 0.46% | - |
| HSV(B) | 56.25º | 0.85% | 0.81% | - |
| XYZ | 45.2 | 52.25 | 8.93 | - |
| YUV | 179.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 30 | 0 | 0.05 | 0.85 | 0.19 | 56.25 | 0.75 | 0.46 |
| Hex | CE | C3 | 1E | 0 | 5 | 55 | 13 | 38 | 4B | 2E |
| Octal | 316 | 303 | 36 | 0 | 5 | 125 | 23 | 70 | 113 | 56 |
| Binary | 11001110 | 11000011 | 11110 | 0 | 101 | 1010101 | 10011 | 111000 | 1001011 | 101110 |
Color Harmonies of #CEC31E
Complementary color
Monochromatic Colors of #CEC31E
Black with #CEC31E
Text Example
Text Example
White with #CEC31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC31E; }
p { color: rgb(206,195,30); }
H1.HeaderClassName
{
color: #CEC31E;
}
.AnyTagClassName
{
color: #CEC31E;
}
</style>
background-color css
<style>
a { background-color: #CEC31E; }
a { background-color: rgb(206,195,30); }
div.DivClassName
{
background-color: #CEC31E;
}
.BgClassName
{
background-color: #CEC31E;
}
</style>
border-color css
<style>
span { border-color: #CEC31E; }
span { border-color: rgb(206,195,30); }
td.TdClassName
{
border-color: #CEC31E;
}
.TagClassName
{
border-color: #CEC31E;
}
</style>