Shades of Barberry #CED013
Tints of Barberry #CED013
RGB
CMYK
RGB Variations
Color information
#CED013 (or 0xCED013) is known color: Barberry. HEX triplet: CE, D0 and 13. RGB value is (206,208,19). Sum of RGB (Red+Green+Blue) = 206+208+19=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #CED013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED013 is #312FEC. Grayscale: #BABABA. Windows color (decimal): -3223533 or 1298638. OLE color: 1298638.
HSL color Cylindrical-coordinate representation of color #CED013: hue angle of 60.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CED013 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 19 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.18 |
| HSL | 60.63º | 0.83% | 0.45% | - |
| HSV(B) | 60.63º | 0.91% | 0.82% | - |
| XYZ | 48.13 | 58.28 | 9.33 | - |
| YUV | 185.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 19 | 0.01 | 0 | 0.91 | 0.18 | 60.63 | 0.83 | 0.45 |
| Hex | CE | D0 | 13 | 1 | 0 | 5B | 12 | 3D | 53 | 2D |
| Octal | 316 | 320 | 23 | 1 | 0 | 133 | 22 | 75 | 123 | 55 |
| Binary | 11001110 | 11010000 | 10011 | 1 | 0 | 1011011 | 10010 | 111101 | 1010011 | 101101 |
Color Harmonies of #CED013
Complementary color
Monochromatic Colors of #CED013
Black with #CED013
Text Example
Text Example
White with #CED013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED013; }
p { color: rgb(206,208,19); }
H1.HeaderClassName
{
color: #CED013;
}
.AnyTagClassName
{
color: #CED013;
}
</style>
background-color css
<style>
a { background-color: #CED013; }
a { background-color: rgb(206,208,19); }
div.DivClassName
{
background-color: #CED013;
}
.BgClassName
{
background-color: #CED013;
}
</style>
border-color css
<style>
span { border-color: #CED013; }
span { border-color: rgb(206,208,19); }
td.TdClassName
{
border-color: #CED013;
}
.TagClassName
{
border-color: #CED013;
}
</style>