Shades of Barberry #CEDA10
Tints of Barberry #CEDA10
RGB
CMYK
RGB Variations
Color information
#CEDA10 (or 0xCEDA10) is known color: Barberry. HEX triplet: CE, DA and 10. RGB value is (206,218,16). Sum of RGB (Red+Green+Blue) = 206+218+16=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA10 is #3125EF. Grayscale: #C0C0C0. Windows color (decimal): -3220976 or 1104590. OLE color: 1104590.
HSL color Cylindrical-coordinate representation of color #CEDA10: hue angle of 63.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEDA10 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 16 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.15 |
| HSL | 63.56º | 0.86% | 0.46% | - |
| HSV(B) | 63.56º | 0.93% | 0.85% | - |
| XYZ | 50.62 | 63.3 | 10.04 | - |
| YUV | 191.38 | 29.02 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 16 | 0.06 | 0 | 0.93 | 0.15 | 63.56 | 0.86 | 0.46 |
| Hex | CE | DA | 10 | 6 | 0 | 5D | F | 40 | 56 | 2E |
| Octal | 316 | 332 | 20 | 6 | 0 | 135 | 17 | 100 | 126 | 56 |
| Binary | 11001110 | 11011010 | 10000 | 110 | 0 | 1011101 | 1111 | 1000000 | 1010110 | 101110 |
Color Harmonies of #CEDA10
Complementary color
Monochromatic Colors of #CEDA10
Black with #CEDA10
Text Example
Text Example
White with #CEDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA10; }
p { color: rgb(206,218,16); }
H1.HeaderClassName
{
color: #CEDA10;
}
.AnyTagClassName
{
color: #CEDA10;
}
</style>
background-color css
<style>
a { background-color: #CEDA10; }
a { background-color: rgb(206,218,16); }
div.DivClassName
{
background-color: #CEDA10;
}
.BgClassName
{
background-color: #CEDA10;
}
</style>
border-color css
<style>
span { border-color: #CEDA10; }
span { border-color: rgb(206,218,16); }
td.TdClassName
{
border-color: #CEDA10;
}
.TagClassName
{
border-color: #CEDA10;
}
</style>