Shades of Barberry #CED51E
Tints of Barberry #CED51E
RGB
CMYK
RGB Variations
Color information
#CED51E (or 0xCED51E) is known color: Barberry. HEX triplet: CE, D5 and 1E. RGB value is (206,213,30). Sum of RGB (Red+Green+Blue) = 206+213+30=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #CED51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED51E is #312AE1. Grayscale: #BEBEBE. Windows color (decimal): -3222242 or 2020814. OLE color: 2020814.
HSL color Cylindrical-coordinate representation of color #CED51E: hue angle of 62.3º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED51E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 30 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.16 |
| HSL | 62.3º | 0.75% | 0.48% | - |
| HSV(B) | 62.3º | 0.86% | 0.84% | - |
| XYZ | 49.48 | 60.8 | 10.36 | - |
| YUV | 190.05 | 37.68 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 30 | 0.03 | 0 | 0.86 | 0.16 | 62.3 | 0.75 | 0.48 |
| Hex | CE | D5 | 1E | 3 | 0 | 56 | 10 | 3E | 4B | 30 |
| Octal | 316 | 325 | 36 | 3 | 0 | 126 | 20 | 76 | 113 | 60 |
| Binary | 11001110 | 11010101 | 11110 | 11 | 0 | 1010110 | 10000 | 111110 | 1001011 | 110000 |
Color Harmonies of #CED51E
Complementary color
Monochromatic Colors of #CED51E
Black with #CED51E
Text Example
Text Example
White with #CED51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED51E; }
p { color: rgb(206,213,30); }
H1.HeaderClassName
{
color: #CED51E;
}
.AnyTagClassName
{
color: #CED51E;
}
</style>
background-color css
<style>
a { background-color: #CED51E; }
a { background-color: rgb(206,213,30); }
div.DivClassName
{
background-color: #CED51E;
}
.BgClassName
{
background-color: #CED51E;
}
</style>
border-color css
<style>
span { border-color: #CED51E; }
span { border-color: rgb(206,213,30); }
td.TdClassName
{
border-color: #CED51E;
}
.TagClassName
{
border-color: #CED51E;
}
</style>