Shades of Barberry #CED41C
Tints of Barberry #CED41C
RGB
CMYK
RGB Variations
Color information
#CED41C (or 0xCED41C) is known color: Barberry. HEX triplet: CE, D4 and 1C. RGB value is (206,212,28). Sum of RGB (Red+Green+Blue) = 206+212+28=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 212 - color contains mainly: green. Hex color #CED41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED41C is #312BE3. Grayscale: #BDBDBD. Windows color (decimal): -3222500 or 1889486. OLE color: 1889486.
HSL color Cylindrical-coordinate representation of color #CED41C: hue angle of 61.96º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CED41C is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 28 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.17 |
| HSL | 61.96º | 0.77% | 0.47% | - |
| HSV(B) | 61.96º | 0.87% | 0.83% | - |
| XYZ | 49.21 | 60.29 | 10.14 | - |
| YUV | 189.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 28 | 0.03 | 0 | 0.87 | 0.17 | 61.96 | 0.77 | 0.47 |
| Hex | CE | D4 | 1C | 3 | 0 | 57 | 11 | 3E | 4D | 2F |
| Octal | 316 | 324 | 34 | 3 | 0 | 127 | 21 | 76 | 115 | 57 |
| Binary | 11001110 | 11010100 | 11100 | 11 | 0 | 1010111 | 10001 | 111110 | 1001101 | 101111 |
Color Harmonies of #CED41C
Complementary color
Monochromatic Colors of #CED41C
Black with #CED41C
Text Example
Text Example
White with #CED41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED41C; }
p { color: rgb(206,212,28); }
H1.HeaderClassName
{
color: #CED41C;
}
.AnyTagClassName
{
color: #CED41C;
}
</style>
background-color css
<style>
a { background-color: #CED41C; }
a { background-color: rgb(206,212,28); }
div.DivClassName
{
background-color: #CED41C;
}
.BgClassName
{
background-color: #CED41C;
}
</style>
border-color css
<style>
span { border-color: #CED41C; }
span { border-color: rgb(206,212,28); }
td.TdClassName
{
border-color: #CED41C;
}
.TagClassName
{
border-color: #CED41C;
}
</style>