Shades of Barberry #CEC81F
Tints of Barberry #CEC81F
RGB
CMYK
RGB Variations
Color information
#CEC81F (or 0xCEC81F) is known color: Barberry. HEX triplet: CE, C8 and 1F. RGB value is (206,200,31). Sum of RGB (Red+Green+Blue) = 206+200+31=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC81F is #3137E0. Grayscale: #B7B7B7. Windows color (decimal): -3225569 or 2083022. OLE color: 2083022.
HSL color Cylindrical-coordinate representation of color #CEC81F: hue angle of 57.94º 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 #CEC81F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 31 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.19 |
| HSL | 57.94º | 0.74% | 0.46% | - |
| HSV(B) | 57.94º | 0.85% | 0.81% | - |
| XYZ | 46.36 | 54.53 | 9.38 | - |
| YUV | 182.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 31 | 0 | 0.03 | 0.85 | 0.19 | 57.94 | 0.74 | 0.46 |
| Hex | CE | C8 | 1F | 0 | 3 | 55 | 13 | 3A | 4A | 2E |
| Octal | 316 | 310 | 37 | 0 | 3 | 125 | 23 | 72 | 112 | 56 |
| Binary | 11001110 | 11001000 | 11111 | 0 | 11 | 1010101 | 10011 | 111010 | 1001010 | 101110 |
Color Harmonies of #CEC81F
Complementary color
Monochromatic Colors of #CEC81F
Black with #CEC81F
Text Example
Text Example
White with #CEC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC81F; }
p { color: rgb(206,200,31); }
H1.HeaderClassName
{
color: #CEC81F;
}
.AnyTagClassName
{
color: #CEC81F;
}
</style>
background-color css
<style>
a { background-color: #CEC81F; }
a { background-color: rgb(206,200,31); }
div.DivClassName
{
background-color: #CEC81F;
}
.BgClassName
{
background-color: #CEC81F;
}
</style>
border-color css
<style>
span { border-color: #CEC81F; }
span { border-color: rgb(206,200,31); }
td.TdClassName
{
border-color: #CEC81F;
}
.TagClassName
{
border-color: #CEC81F;
}
</style>