Shades of Barberry #CED813
Tints of Barberry #CED813
RGB
CMYK
RGB Variations
Color information
#CED813 (or 0xCED813) is known color: Barberry. HEX triplet: CE, D8 and 13. RGB value is (206,216,19). Sum of RGB (Red+Green+Blue) = 206+216+19=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #CED813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED813 is #3127EC. Grayscale: #BFBFBF. Windows color (decimal): -3221485 or 1300686. OLE color: 1300686.
HSL color Cylindrical-coordinate representation of color #CED813: hue angle of 63.05º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CED813 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 19 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.15 |
| HSL | 63.05º | 0.84% | 0.46% | - |
| HSV(B) | 63.05º | 0.91% | 0.85% | - |
| XYZ | 50.13 | 62.28 | 10 | - |
| YUV | 190.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 19 | 0.05 | 0 | 0.91 | 0.15 | 63.05 | 0.84 | 0.46 |
| Hex | CE | D8 | 13 | 5 | 0 | 5B | F | 3F | 54 | 2E |
| Octal | 316 | 330 | 23 | 5 | 0 | 133 | 17 | 77 | 124 | 56 |
| Binary | 11001110 | 11011000 | 10011 | 101 | 0 | 1011011 | 1111 | 111111 | 1010100 | 101110 |
Color Harmonies of #CED813
Complementary color
Monochromatic Colors of #CED813
Black with #CED813
Text Example
Text Example
White with #CED813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED813; }
p { color: rgb(206,216,19); }
H1.HeaderClassName
{
color: #CED813;
}
.AnyTagClassName
{
color: #CED813;
}
</style>
background-color css
<style>
a { background-color: #CED813; }
a { background-color: rgb(206,216,19); }
div.DivClassName
{
background-color: #CED813;
}
.BgClassName
{
background-color: #CED813;
}
</style>
border-color css
<style>
span { border-color: #CED813; }
span { border-color: rgb(206,216,19); }
td.TdClassName
{
border-color: #CED813;
}
.TagClassName
{
border-color: #CED813;
}
</style>