Shades of Barberry #CED11F
Tints of Barberry #CED11F
RGB
CMYK
RGB Variations
Color information
#CED11F (or 0xCED11F) is known color: Barberry. HEX triplet: CE, D1 and 1F. RGB value is (206,209,31). Sum of RGB (Red+Green+Blue) = 206+209+31=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #CED11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED11F is #312EE0. Grayscale: #BCBCBC. Windows color (decimal): -3223265 or 2085326. OLE color: 2085326.
HSL color Cylindrical-coordinate representation of color #CED11F: hue angle of 61.01º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED11F is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 31 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.18 |
| HSL | 61.01º | 0.74% | 0.47% | - |
| HSV(B) | 61.01º | 0.85% | 0.82% | - |
| XYZ | 48.5 | 58.82 | 10.09 | - |
| YUV | 187.81 | 39.51 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 31 | 0.01 | 0 | 0.85 | 0.18 | 61.01 | 0.74 | 0.47 |
| Hex | CE | D1 | 1F | 1 | 0 | 55 | 12 | 3D | 4A | 2F |
| Octal | 316 | 321 | 37 | 1 | 0 | 125 | 22 | 75 | 112 | 57 |
| Binary | 11001110 | 11010001 | 11111 | 1 | 0 | 1010101 | 10010 | 111101 | 1001010 | 101111 |
Color Harmonies of #CED11F
Complementary color
Monochromatic Colors of #CED11F
Black with #CED11F
Text Example
Text Example
White with #CED11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED11F; }
p { color: rgb(206,209,31); }
H1.HeaderClassName
{
color: #CED11F;
}
.AnyTagClassName
{
color: #CED11F;
}
</style>
background-color css
<style>
a { background-color: #CED11F; }
a { background-color: rgb(206,209,31); }
div.DivClassName
{
background-color: #CED11F;
}
.BgClassName
{
background-color: #CED11F;
}
</style>
border-color css
<style>
span { border-color: #CED11F; }
span { border-color: rgb(206,209,31); }
td.TdClassName
{
border-color: #CED11F;
}
.TagClassName
{
border-color: #CED11F;
}
</style>