Shades of Barberry #CECD17
Tints of Barberry #CECD17
RGB
CMYK
RGB Variations
Color information
#CECD17 (or 0xCECD17) is known color: Barberry. HEX triplet: CE, CD and 17. RGB value is (206,205,23). Sum of RGB (Red+Green+Blue) = 206+205+23=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECD17 is #3132E8. Grayscale: #B9B9B9. Windows color (decimal): -3224297 or 1560014. OLE color: 1560014.
HSL color Cylindrical-coordinate representation of color #CECD17: hue angle of 59.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CECD17 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 23 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.19 |
| HSL | 59.67º | 0.8% | 0.45% | - |
| HSV(B) | 59.67º | 0.89% | 0.81% | - |
| XYZ | 47.44 | 56.85 | 9.28 | - |
| YUV | 184.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 23 | 0 | 0.00 | 0.89 | 0.19 | 59.67 | 0.8 | 0.45 |
| Hex | CE | CD | 17 | 0 | 0 | 59 | 13 | 3C | 50 | 2D |
| Octal | 316 | 315 | 27 | 0 | 0 | 131 | 23 | 74 | 120 | 55 |
| Binary | 11001110 | 11001101 | 10111 | 0 | 0 | 1011001 | 10011 | 111100 | 1010000 | 101101 |
Color Harmonies of #CECD17
Complementary color
Monochromatic Colors of #CECD17
Black with #CECD17
Text Example
Text Example
White with #CECD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD17; }
p { color: rgb(206,205,23); }
H1.HeaderClassName
{
color: #CECD17;
}
.AnyTagClassName
{
color: #CECD17;
}
</style>
background-color css
<style>
a { background-color: #CECD17; }
a { background-color: rgb(206,205,23); }
div.DivClassName
{
background-color: #CECD17;
}
.BgClassName
{
background-color: #CECD17;
}
</style>
border-color css
<style>
span { border-color: #CECD17; }
span { border-color: rgb(206,205,23); }
td.TdClassName
{
border-color: #CECD17;
}
.TagClassName
{
border-color: #CECD17;
}
</style>