Shades of Barberry #CED41E
Tints of Barberry #CED41E
RGB
CMYK
RGB Variations
Color information
#CED41E (or 0xCED41E) is known color: Barberry. HEX triplet: CE, D4 and 1E. RGB value is (206,212,30). Sum of RGB (Red+Green+Blue) = 206+212+30=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #CED41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED41E is #312BE1. Grayscale: #BEBEBE. Windows color (decimal): -3222498 or 2020558. OLE color: 2020558.
HSL color Cylindrical-coordinate representation of color #CED41E: hue angle of 61.98º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED41E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 30 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.17 |
| HSL | 61.98º | 0.75% | 0.47% | - |
| HSV(B) | 61.98º | 0.86% | 0.83% | - |
| XYZ | 49.23 | 60.3 | 10.27 | - |
| YUV | 189.46 | 38.01 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 30 | 0.03 | 0 | 0.86 | 0.17 | 61.98 | 0.75 | 0.47 |
| Hex | CE | D4 | 1E | 3 | 0 | 56 | 11 | 3E | 4B | 2F |
| Octal | 316 | 324 | 36 | 3 | 0 | 126 | 21 | 76 | 113 | 57 |
| Binary | 11001110 | 11010100 | 11110 | 11 | 0 | 1010110 | 10001 | 111110 | 1001011 | 101111 |
Color Harmonies of #CED41E
Complementary color
Monochromatic Colors of #CED41E
Black with #CED41E
Text Example
Text Example
White with #CED41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED41E; }
p { color: rgb(206,212,30); }
H1.HeaderClassName
{
color: #CED41E;
}
.AnyTagClassName
{
color: #CED41E;
}
</style>
background-color css
<style>
a { background-color: #CED41E; }
a { background-color: rgb(206,212,30); }
div.DivClassName
{
background-color: #CED41E;
}
.BgClassName
{
background-color: #CED41E;
}
</style>
border-color css
<style>
span { border-color: #CED41E; }
span { border-color: rgb(206,212,30); }
td.TdClassName
{
border-color: #CED41E;
}
.TagClassName
{
border-color: #CED41E;
}
</style>