Shades of Barberry #CED41D
Tints of Barberry #CED41D
RGB
CMYK
RGB Variations
Color information
#CED41D (or 0xCED41D) is known color: Barberry. HEX triplet: CE, D4 and 1D. RGB value is (206,212,29). Sum of RGB (Red+Green+Blue) = 206+212+29=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #CED41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED41D is #312BE2. Grayscale: #BEBEBE. Windows color (decimal): -3222499 or 1955022. OLE color: 1955022.
HSL color Cylindrical-coordinate representation of color #CED41D: hue angle of 61.97º degrees, saturation: 0.76, 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 #CED41D is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 29 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.17 |
| HSL | 61.97º | 0.76% | 0.47% | - |
| HSV(B) | 61.97º | 0.86% | 0.83% | - |
| XYZ | 49.22 | 60.3 | 10.21 | - |
| YUV | 189.34 | 37.51 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 29 | 0.03 | 0 | 0.86 | 0.17 | 61.97 | 0.76 | 0.47 |
| Hex | CE | D4 | 1D | 3 | 0 | 56 | 11 | 3E | 4C | 2F |
| Octal | 316 | 324 | 35 | 3 | 0 | 126 | 21 | 76 | 114 | 57 |
| Binary | 11001110 | 11010100 | 11101 | 11 | 0 | 1010110 | 10001 | 111110 | 1001100 | 101111 |
Color Harmonies of #CED41D
Complementary color
Monochromatic Colors of #CED41D
Black with #CED41D
Text Example
Text Example
White with #CED41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED41D; }
p { color: rgb(206,212,29); }
H1.HeaderClassName
{
color: #CED41D;
}
.AnyTagClassName
{
color: #CED41D;
}
</style>
background-color css
<style>
a { background-color: #CED41D; }
a { background-color: rgb(206,212,29); }
div.DivClassName
{
background-color: #CED41D;
}
.BgClassName
{
background-color: #CED41D;
}
</style>
border-color css
<style>
span { border-color: #CED41D; }
span { border-color: rgb(206,212,29); }
td.TdClassName
{
border-color: #CED41D;
}
.TagClassName
{
border-color: #CED41D;
}
</style>