Shades of Barberry #CED01E
Tints of Barberry #CED01E
RGB
CMYK
RGB Variations
Color information
#CED01E (or 0xCED01E) is known color: Barberry. HEX triplet: CE, D0 and 1E. RGB value is (206,208,30). Sum of RGB (Red+Green+Blue) = 206+208+30=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #CED01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED01E is #312FE1. Grayscale: #BBBBBB. Windows color (decimal): -3223522 or 2019534. OLE color: 2019534.
HSL color Cylindrical-coordinate representation of color #CED01E: hue angle of 60.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED01E is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 30 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.18 |
| HSL | 60.67º | 0.75% | 0.47% | - |
| HSV(B) | 60.67º | 0.86% | 0.82% | - |
| XYZ | 48.24 | 58.33 | 9.94 | - |
| YUV | 187.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 30 | 0.01 | 0 | 0.86 | 0.18 | 60.67 | 0.75 | 0.47 |
| Hex | CE | D0 | 1E | 1 | 0 | 56 | 12 | 3D | 4B | 2F |
| Octal | 316 | 320 | 36 | 1 | 0 | 126 | 22 | 75 | 113 | 57 |
| Binary | 11001110 | 11010000 | 11110 | 1 | 0 | 1010110 | 10010 | 111101 | 1001011 | 101111 |
Color Harmonies of #CED01E
Complementary color
Monochromatic Colors of #CED01E
Black with #CED01E
Text Example
Text Example
White with #CED01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED01E; }
p { color: rgb(206,208,30); }
H1.HeaderClassName
{
color: #CED01E;
}
.AnyTagClassName
{
color: #CED01E;
}
</style>
background-color css
<style>
a { background-color: #CED01E; }
a { background-color: rgb(206,208,30); }
div.DivClassName
{
background-color: #CED01E;
}
.BgClassName
{
background-color: #CED01E;
}
</style>
border-color css
<style>
span { border-color: #CED01E; }
span { border-color: rgb(206,208,30); }
td.TdClassName
{
border-color: #CED01E;
}
.TagClassName
{
border-color: #CED01E;
}
</style>