Shades of Barberry #CED513
Tints of Barberry #CED513
RGB
CMYK
RGB Variations
Color information
#CED513 (or 0xCED513) is known color: Barberry. HEX triplet: CE, D5 and 13. RGB value is (206,213,19). Sum of RGB (Red+Green+Blue) = 206+213+19=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #CED513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED513 is #312AEC. Grayscale: #BDBDBD. Windows color (decimal): -3222253 or 1299918. OLE color: 1299918.
HSL color Cylindrical-coordinate representation of color #CED513: hue angle of 62.16º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CED513 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 19 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.16 |
| HSL | 62.16º | 0.84% | 0.45% | - |
| HSV(B) | 62.16º | 0.91% | 0.84% | - |
| XYZ | 49.37 | 60.76 | 9.74 | - |
| YUV | 188.79 | 32.18 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 19 | 0.03 | 0 | 0.91 | 0.16 | 62.16 | 0.84 | 0.45 |
| Hex | CE | D5 | 13 | 3 | 0 | 5B | 10 | 3E | 54 | 2D |
| Octal | 316 | 325 | 23 | 3 | 0 | 133 | 20 | 76 | 124 | 55 |
| Binary | 11001110 | 11010101 | 10011 | 11 | 0 | 1011011 | 10000 | 111110 | 1010100 | 101101 |
Color Harmonies of #CED513
Complementary color
Monochromatic Colors of #CED513
Black with #CED513
Text Example
Text Example
White with #CED513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED513; }
p { color: rgb(206,213,19); }
H1.HeaderClassName
{
color: #CED513;
}
.AnyTagClassName
{
color: #CED513;
}
</style>
background-color css
<style>
a { background-color: #CED513; }
a { background-color: rgb(206,213,19); }
div.DivClassName
{
background-color: #CED513;
}
.BgClassName
{
background-color: #CED513;
}
</style>
border-color css
<style>
span { border-color: #CED513; }
span { border-color: rgb(206,213,19); }
td.TdClassName
{
border-color: #CED513;
}
.TagClassName
{
border-color: #CED513;
}
</style>