Shades of Barberry #CECD23
Tints of Barberry #CECD23
RGB
CMYK
RGB Variations
Color information
#CECD23 (or 0xCECD23) is known color: Barberry. HEX triplet: CE, CD and 23. RGB value is (206,205,35). Sum of RGB (Red+Green+Blue) = 206+205+35=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD23 is #3132DC. Grayscale: #BABABA. Windows color (decimal): -3224285 or 2346446. OLE color: 2346446.
HSL color Cylindrical-coordinate representation of color #CECD23: hue angle of 59.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CECD23 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 35 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.19 |
| HSL | 59.65º | 0.71% | 0.47% | - |
| HSV(B) | 59.65º | 0.83% | 0.81% | - |
| XYZ | 47.59 | 56.91 | 10.07 | - |
| YUV | 185.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 35 | 0 | 0.00 | 0.83 | 0.19 | 59.65 | 0.71 | 0.47 |
| Hex | CE | CD | 23 | 0 | 0 | 53 | 13 | 3C | 47 | 2F |
| Octal | 316 | 315 | 43 | 0 | 0 | 123 | 23 | 74 | 107 | 57 |
| Binary | 11001110 | 11001101 | 100011 | 0 | 0 | 1010011 | 10011 | 111100 | 1000111 | 101111 |
Color Harmonies of #CECD23
Complementary color
Monochromatic Colors of #CECD23
Black with #CECD23
Text Example
Text Example
White with #CECD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD23; }
p { color: rgb(206,205,35); }
H1.HeaderClassName
{
color: #CECD23;
}
.AnyTagClassName
{
color: #CECD23;
}
</style>
background-color css
<style>
a { background-color: #CECD23; }
a { background-color: rgb(206,205,35); }
div.DivClassName
{
background-color: #CECD23;
}
.BgClassName
{
background-color: #CECD23;
}
</style>
border-color css
<style>
span { border-color: #CECD23; }
span { border-color: rgb(206,205,35); }
td.TdClassName
{
border-color: #CECD23;
}
.TagClassName
{
border-color: #CECD23;
}
</style>