Shades of Barberry #CEC31F
Tints of Barberry #CEC31F
RGB
CMYK
RGB Variations
Color information
#CEC31F (or 0xCEC31F) is known color: Barberry. HEX triplet: CE, C3 and 1F. RGB value is (206,195,31). Sum of RGB (Red+Green+Blue) = 206+195+31=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC31F is #313CE0. Grayscale: #B4B4B4. Windows color (decimal): -3226849 or 2081742. OLE color: 2081742.
HSL color Cylindrical-coordinate representation of color #CEC31F: hue angle of 56.23º degrees, saturation: 0.74, 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 #CEC31F is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 31 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.19 |
| HSL | 56.23º | 0.74% | 0.46% | - |
| HSV(B) | 56.23º | 0.85% | 0.81% | - |
| XYZ | 45.22 | 52.25 | 9 | - |
| YUV | 179.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 31 | 0 | 0.05 | 0.85 | 0.19 | 56.23 | 0.74 | 0.46 |
| Hex | CE | C3 | 1F | 0 | 5 | 55 | 13 | 38 | 4A | 2E |
| Octal | 316 | 303 | 37 | 0 | 5 | 125 | 23 | 70 | 112 | 56 |
| Binary | 11001110 | 11000011 | 11111 | 0 | 101 | 1010101 | 10011 | 111000 | 1001010 | 101110 |
Color Harmonies of #CEC31F
Complementary color
Monochromatic Colors of #CEC31F
Black with #CEC31F
Text Example
Text Example
White with #CEC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC31F; }
p { color: rgb(206,195,31); }
H1.HeaderClassName
{
color: #CEC31F;
}
.AnyTagClassName
{
color: #CEC31F;
}
</style>
background-color css
<style>
a { background-color: #CEC31F; }
a { background-color: rgb(206,195,31); }
div.DivClassName
{
background-color: #CEC31F;
}
.BgClassName
{
background-color: #CEC31F;
}
</style>
border-color css
<style>
span { border-color: #CEC31F; }
span { border-color: rgb(206,195,31); }
td.TdClassName
{
border-color: #CEC31F;
}
.TagClassName
{
border-color: #CEC31F;
}
</style>