Shades of Barberry #CED51A
Tints of Barberry #CED51A
RGB
CMYK
RGB Variations
Color information
#CED51A (or 0xCED51A) is known color: Barberry. HEX triplet: CE, D5 and 1A. RGB value is (206,213,26). Sum of RGB (Red+Green+Blue) = 206+213+26=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #CED51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED51A is #312AE5. Grayscale: #BEBEBE. Windows color (decimal): -3222246 or 1758670. OLE color: 1758670.
HSL color Cylindrical-coordinate representation of color #CED51A: hue angle of 62.25º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CED51A is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 26 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.16 |
| HSL | 62.25º | 0.78% | 0.47% | - |
| HSV(B) | 62.25º | 0.88% | 0.84% | - |
| XYZ | 49.43 | 60.78 | 10.1 | - |
| YUV | 189.59 | 35.68 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 26 | 0.03 | 0 | 0.88 | 0.16 | 62.25 | 0.78 | 0.47 |
| Hex | CE | D5 | 1A | 3 | 0 | 58 | 10 | 3E | 4E | 2F |
| Octal | 316 | 325 | 32 | 3 | 0 | 130 | 20 | 76 | 116 | 57 |
| Binary | 11001110 | 11010101 | 11010 | 11 | 0 | 1011000 | 10000 | 111110 | 1001110 | 101111 |
Color Harmonies of #CED51A
Complementary color
Monochromatic Colors of #CED51A
Black with #CED51A
Text Example
Text Example
White with #CED51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED51A; }
p { color: rgb(206,213,26); }
H1.HeaderClassName
{
color: #CED51A;
}
.AnyTagClassName
{
color: #CED51A;
}
</style>
background-color css
<style>
a { background-color: #CED51A; }
a { background-color: rgb(206,213,26); }
div.DivClassName
{
background-color: #CED51A;
}
.BgClassName
{
background-color: #CED51A;
}
</style>
border-color css
<style>
span { border-color: #CED51A; }
span { border-color: rgb(206,213,26); }
td.TdClassName
{
border-color: #CED51A;
}
.TagClassName
{
border-color: #CED51A;
}
</style>