Shades of Barberry #CED123
Tints of Barberry #CED123
RGB
CMYK
RGB Variations
Color information
#CED123 (or 0xCED123) is known color: Barberry. HEX triplet: CE, D1 and 23. RGB value is (206,209,35). Sum of RGB (Red+Green+Blue) = 206+209+35=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #CED123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED123 is #312EDC. Grayscale: #BCBCBC. Windows color (decimal): -3223261 or 2347470. OLE color: 2347470.
HSL color Cylindrical-coordinate representation of color #CED123: hue angle of 61.03º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CED123 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 35 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.18 |
| HSL | 61.03º | 0.71% | 0.48% | - |
| HSV(B) | 61.03º | 0.83% | 0.82% | - |
| XYZ | 48.56 | 58.84 | 10.39 | - |
| YUV | 188.27 | 41.51 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 35 | 0.01 | 0 | 0.83 | 0.18 | 61.03 | 0.71 | 0.48 |
| Hex | CE | D1 | 23 | 1 | 0 | 53 | 12 | 3D | 47 | 30 |
| Octal | 316 | 321 | 43 | 1 | 0 | 123 | 22 | 75 | 107 | 60 |
| Binary | 11001110 | 11010001 | 100011 | 1 | 0 | 1010011 | 10010 | 111101 | 1000111 | 110000 |
Color Harmonies of #CED123
Complementary color
Monochromatic Colors of #CED123
Black with #CED123
Text Example
Text Example
White with #CED123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED123; }
p { color: rgb(206,209,35); }
H1.HeaderClassName
{
color: #CED123;
}
.AnyTagClassName
{
color: #CED123;
}
</style>
background-color css
<style>
a { background-color: #CED123; }
a { background-color: rgb(206,209,35); }
div.DivClassName
{
background-color: #CED123;
}
.BgClassName
{
background-color: #CED123;
}
</style>
border-color css
<style>
span { border-color: #CED123; }
span { border-color: rgb(206,209,35); }
td.TdClassName
{
border-color: #CED123;
}
.TagClassName
{
border-color: #CED123;
}
</style>