Shades of Barberry #CED719
Tints of Barberry #CED719
RGB
CMYK
RGB Variations
Color information
#CED719 (or 0xCED719) is known color: Barberry. HEX triplet: CE, D7 and 19. RGB value is (206,215,25). Sum of RGB (Red+Green+Blue) = 206+215+25=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #CED719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED719 is #3128E6. Grayscale: #BFBFBF. Windows color (decimal): -3221735 or 1693646. OLE color: 1693646.
HSL color Cylindrical-coordinate representation of color #CED719: hue angle of 62.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CED719 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 25 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.16 |
| HSL | 62.84º | 0.79% | 0.47% | - |
| HSV(B) | 62.84º | 0.88% | 0.84% | - |
| XYZ | 49.93 | 61.79 | 10.22 | - |
| YUV | 190.65 | 34.52 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 25 | 0.04 | 0 | 0.88 | 0.16 | 62.84 | 0.79 | 0.47 |
| Hex | CE | D7 | 19 | 4 | 0 | 58 | 10 | 3F | 4F | 2F |
| Octal | 316 | 327 | 31 | 4 | 0 | 130 | 20 | 77 | 117 | 57 |
| Binary | 11001110 | 11010111 | 11001 | 100 | 0 | 1011000 | 10000 | 111111 | 1001111 | 101111 |
Color Harmonies of #CED719
Complementary color
Monochromatic Colors of #CED719
Black with #CED719
Text Example
Text Example
White with #CED719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED719; }
p { color: rgb(206,215,25); }
H1.HeaderClassName
{
color: #CED719;
}
.AnyTagClassName
{
color: #CED719;
}
</style>
background-color css
<style>
a { background-color: #CED719; }
a { background-color: rgb(206,215,25); }
div.DivClassName
{
background-color: #CED719;
}
.BgClassName
{
background-color: #CED719;
}
</style>
border-color css
<style>
span { border-color: #CED719; }
span { border-color: rgb(206,215,25); }
td.TdClassName
{
border-color: #CED719;
}
.TagClassName
{
border-color: #CED719;
}
</style>