Shades of Barberry #CED41F
Tints of Barberry #CED41F
RGB
CMYK
RGB Variations
Color information
#CED41F (or 0xCED41F) is known color: Barberry. HEX triplet: CE, D4 and 1F. RGB value is (206,212,31). Sum of RGB (Red+Green+Blue) = 206+212+31=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #CED41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED41F is #312BE0. Grayscale: #BEBEBE. Windows color (decimal): -3222497 or 2086094. OLE color: 2086094.
HSL color Cylindrical-coordinate representation of color #CED41F: hue angle of 61.99º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED41F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 31 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.17 |
| HSL | 61.99º | 0.74% | 0.48% | - |
| HSV(B) | 61.99º | 0.85% | 0.83% | - |
| XYZ | 49.24 | 60.31 | 10.34 | - |
| YUV | 189.57 | 38.51 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 31 | 0.03 | 0 | 0.85 | 0.17 | 61.99 | 0.74 | 0.48 |
| Hex | CE | D4 | 1F | 3 | 0 | 55 | 11 | 3E | 4A | 30 |
| Octal | 316 | 324 | 37 | 3 | 0 | 125 | 21 | 76 | 112 | 60 |
| Binary | 11001110 | 11010100 | 11111 | 11 | 0 | 1010101 | 10001 | 111110 | 1001010 | 110000 |
Color Harmonies of #CED41F
Complementary color
Monochromatic Colors of #CED41F
Black with #CED41F
Text Example
Text Example
White with #CED41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED41F; }
p { color: rgb(206,212,31); }
H1.HeaderClassName
{
color: #CED41F;
}
.AnyTagClassName
{
color: #CED41F;
}
</style>
background-color css
<style>
a { background-color: #CED41F; }
a { background-color: rgb(206,212,31); }
div.DivClassName
{
background-color: #CED41F;
}
.BgClassName
{
background-color: #CED41F;
}
</style>
border-color css
<style>
span { border-color: #CED41F; }
span { border-color: rgb(206,212,31); }
td.TdClassName
{
border-color: #CED41F;
}
.TagClassName
{
border-color: #CED41F;
}
</style>