Shades of Barberry #CEC31D
Tints of Barberry #CEC31D
RGB
CMYK
RGB Variations
Color information
#CEC31D (or 0xCEC31D) is known color: Barberry. HEX triplet: CE, C3 and 1D. RGB value is (206,195,29). Sum of RGB (Red+Green+Blue) = 206+195+29=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC31D is #313CE2. Grayscale: #B4B4B4. Windows color (decimal): -3226851 or 1950670. OLE color: 1950670.
HSL color Cylindrical-coordinate representation of color #CEC31D: hue angle of 56.27º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEC31D is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 29 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.19 |
| HSL | 56.27º | 0.75% | 0.46% | - |
| HSV(B) | 56.27º | 0.86% | 0.81% | - |
| XYZ | 45.19 | 52.24 | 8.86 | - |
| YUV | 179.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 29 | 0 | 0.05 | 0.86 | 0.19 | 56.27 | 0.75 | 0.46 |
| Hex | CE | C3 | 1D | 0 | 5 | 56 | 13 | 38 | 4B | 2E |
| Octal | 316 | 303 | 35 | 0 | 5 | 126 | 23 | 70 | 113 | 56 |
| Binary | 11001110 | 11000011 | 11101 | 0 | 101 | 1010110 | 10011 | 111000 | 1001011 | 101110 |
Color Harmonies of #CEC31D
Complementary color
Monochromatic Colors of #CEC31D
Black with #CEC31D
Text Example
Text Example
White with #CEC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC31D; }
p { color: rgb(206,195,29); }
H1.HeaderClassName
{
color: #CEC31D;
}
.AnyTagClassName
{
color: #CEC31D;
}
</style>
background-color css
<style>
a { background-color: #CEC31D; }
a { background-color: rgb(206,195,29); }
div.DivClassName
{
background-color: #CEC31D;
}
.BgClassName
{
background-color: #CEC31D;
}
</style>
border-color css
<style>
span { border-color: #CEC31D; }
span { border-color: rgb(206,195,29); }
td.TdClassName
{
border-color: #CEC31D;
}
.TagClassName
{
border-color: #CEC31D;
}
</style>