Shades of Barberry #CED324
Tints of Barberry #CED324
RGB
CMYK
RGB Variations
Color information
#CED324 (or 0xCED324) is known color: Barberry. HEX triplet: CE, D3 and 24. RGB value is (206,211,36). Sum of RGB (Red+Green+Blue) = 206+211+36=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #CED324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED324 is #312CDB. Grayscale: #BEBEBE. Windows color (decimal): -3222748 or 2413518. OLE color: 2413518.
HSL color Cylindrical-coordinate representation of color #CED324: hue angle of 61.71º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CED324 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 36 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.17 |
| HSL | 61.71º | 0.71% | 0.48% | - |
| HSV(B) | 61.71º | 0.83% | 0.83% | - |
| XYZ | 49.07 | 59.84 | 10.63 | - |
| YUV | 189.56 | 41.34 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 36 | 0.02 | 0 | 0.83 | 0.17 | 61.71 | 0.71 | 0.48 |
| Hex | CE | D3 | 24 | 2 | 0 | 53 | 11 | 3E | 47 | 30 |
| Octal | 316 | 323 | 44 | 2 | 0 | 123 | 21 | 76 | 107 | 60 |
| Binary | 11001110 | 11010011 | 100100 | 10 | 0 | 1010011 | 10001 | 111110 | 1000111 | 110000 |
Color Harmonies of #CED324
Complementary color
Monochromatic Colors of #CED324
Black with #CED324
Text Example
Text Example
White with #CED324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED324; }
p { color: rgb(206,211,36); }
H1.HeaderClassName
{
color: #CED324;
}
.AnyTagClassName
{
color: #CED324;
}
</style>
background-color css
<style>
a { background-color: #CED324; }
a { background-color: rgb(206,211,36); }
div.DivClassName
{
background-color: #CED324;
}
.BgClassName
{
background-color: #CED324;
}
</style>
border-color css
<style>
span { border-color: #CED324; }
span { border-color: rgb(206,211,36); }
td.TdClassName
{
border-color: #CED324;
}
.TagClassName
{
border-color: #CED324;
}
</style>