Shades of Barberry #CED225
Tints of Barberry #CED225
RGB
CMYK
RGB Variations
Color information
#CED225 (or 0xCED225) is known color: Barberry. HEX triplet: CE, D2 and 25. RGB value is (206,210,37). Sum of RGB (Red+Green+Blue) = 206+210+37=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #CED225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED225 is #312DDA. Grayscale: #BDBDBD. Windows color (decimal): -3223003 or 2478798. OLE color: 2478798.
HSL color Cylindrical-coordinate representation of color #CED225: hue angle of 61.39º 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 #CED225 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 37 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.18 |
| HSL | 61.39º | 0.7% | 0.48% | - |
| HSV(B) | 61.39º | 0.82% | 0.82% | - |
| XYZ | 48.83 | 59.35 | 10.63 | - |
| YUV | 189.08 | 42.17 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 37 | 0.02 | 0 | 0.82 | 0.18 | 61.39 | 0.7 | 0.48 |
| Hex | CE | D2 | 25 | 2 | 0 | 52 | 12 | 3D | 46 | 30 |
| Octal | 316 | 322 | 45 | 2 | 0 | 122 | 22 | 75 | 106 | 60 |
| Binary | 11001110 | 11010010 | 100101 | 10 | 0 | 1010010 | 10010 | 111101 | 1000110 | 110000 |
Color Harmonies of #CED225
Complementary color
Monochromatic Colors of #CED225
Black with #CED225
Text Example
Text Example
White with #CED225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED225; }
p { color: rgb(206,210,37); }
H1.HeaderClassName
{
color: #CED225;
}
.AnyTagClassName
{
color: #CED225;
}
</style>
background-color css
<style>
a { background-color: #CED225; }
a { background-color: rgb(206,210,37); }
div.DivClassName
{
background-color: #CED225;
}
.BgClassName
{
background-color: #CED225;
}
</style>
border-color css
<style>
span { border-color: #CED225; }
span { border-color: rgb(206,210,37); }
td.TdClassName
{
border-color: #CED225;
}
.TagClassName
{
border-color: #CED225;
}
</style>