Shades of Barberry #CED125
Tints of Barberry #CED125
RGB
CMYK
RGB Variations
Color information
#CED125 (or 0xCED125) is known color: Barberry. HEX triplet: CE, D1 and 25. RGB value is (206,209,37). Sum of RGB (Red+Green+Blue) = 206+209+37=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #CED125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED125 is #312EDA. Grayscale: #BDBDBD. Windows color (decimal): -3223259 or 2478542. OLE color: 2478542.
HSL color Cylindrical-coordinate representation of color #CED125: hue angle of 61.05º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CED125 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 37 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.18 |
| HSL | 61.05º | 0.7% | 0.48% | - |
| HSV(B) | 61.05º | 0.82% | 0.82% | - |
| XYZ | 48.59 | 58.86 | 10.55 | - |
| YUV | 188.5 | 42.51 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 37 | 0.01 | 0 | 0.82 | 0.18 | 61.05 | 0.7 | 0.48 |
| Hex | CE | D1 | 25 | 1 | 0 | 52 | 12 | 3D | 46 | 30 |
| Octal | 316 | 321 | 45 | 1 | 0 | 122 | 22 | 75 | 106 | 60 |
| Binary | 11001110 | 11010001 | 100101 | 1 | 0 | 1010010 | 10010 | 111101 | 1000110 | 110000 |
Color Harmonies of #CED125
Complementary color
Monochromatic Colors of #CED125
Black with #CED125
Text Example
Text Example
White with #CED125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED125; }
p { color: rgb(206,209,37); }
H1.HeaderClassName
{
color: #CED125;
}
.AnyTagClassName
{
color: #CED125;
}
</style>
background-color css
<style>
a { background-color: #CED125; }
a { background-color: rgb(206,209,37); }
div.DivClassName
{
background-color: #CED125;
}
.BgClassName
{
background-color: #CED125;
}
</style>
border-color css
<style>
span { border-color: #CED125; }
span { border-color: rgb(206,209,37); }
td.TdClassName
{
border-color: #CED125;
}
.TagClassName
{
border-color: #CED125;
}
</style>