Shades of Barberry #CEDB19
Tints of Barberry #CEDB19
RGB
CMYK
RGB Variations
Color information
#CEDB19 (or 0xCEDB19) is known color: Barberry. HEX triplet: CE, DB and 19. RGB value is (206,219,25). Sum of RGB (Red+Green+Blue) = 206+219+25=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB19 is #3124E6. Grayscale: #C1C1C1. Windows color (decimal): -3220711 or 1694670. OLE color: 1694670.
HSL color Cylindrical-coordinate representation of color #CEDB19: hue angle of 64.02º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEDB19 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 25 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.14 |
| HSL | 64.02º | 0.8% | 0.48% | - |
| HSV(B) | 64.02º | 0.89% | 0.86% | - |
| XYZ | 50.96 | 63.86 | 10.56 | - |
| YUV | 193 | 33.19 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 25 | 0.06 | 0 | 0.89 | 0.14 | 64.02 | 0.8 | 0.48 |
| Hex | CE | DB | 19 | 6 | 0 | 59 | E | 40 | 50 | 30 |
| Octal | 316 | 333 | 31 | 6 | 0 | 131 | 16 | 100 | 120 | 60 |
| Binary | 11001110 | 11011011 | 11001 | 110 | 0 | 1011001 | 1110 | 1000000 | 1010000 | 110000 |
Color Harmonies of #CEDB19
Complementary color
Monochromatic Colors of #CEDB19
Black with #CEDB19
Text Example
Text Example
White with #CEDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB19; }
p { color: rgb(206,219,25); }
H1.HeaderClassName
{
color: #CEDB19;
}
.AnyTagClassName
{
color: #CEDB19;
}
</style>
background-color css
<style>
a { background-color: #CEDB19; }
a { background-color: rgb(206,219,25); }
div.DivClassName
{
background-color: #CEDB19;
}
.BgClassName
{
background-color: #CEDB19;
}
</style>
border-color css
<style>
span { border-color: #CEDB19; }
span { border-color: rgb(206,219,25); }
td.TdClassName
{
border-color: #CEDB19;
}
.TagClassName
{
border-color: #CEDB19;
}
</style>