Shades of Barberry #CECD24
Tints of Barberry #CECD24
RGB
CMYK
RGB Variations
Color information
#CECD24 (or 0xCECD24) is known color: Barberry. HEX triplet: CE, CD and 24. RGB value is (206,205,36). Sum of RGB (Red+Green+Blue) = 206+205+36=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD24 is #3132DB. Grayscale: #BABABA. Windows color (decimal): -3224284 or 2411982. OLE color: 2411982.
HSL color Cylindrical-coordinate representation of color #CECD24: hue angle of 59.65º degrees, saturation: 0.7, 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 #CECD24 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 36 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.19 |
| HSL | 59.65º | 0.7% | 0.47% | - |
| HSV(B) | 59.65º | 0.83% | 0.81% | - |
| XYZ | 47.6 | 56.91 | 10.15 | - |
| YUV | 186.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 36 | 0 | 0.00 | 0.83 | 0.19 | 59.65 | 0.7 | 0.47 |
| Hex | CE | CD | 24 | 0 | 0 | 53 | 13 | 3C | 46 | 2F |
| Octal | 316 | 315 | 44 | 0 | 0 | 123 | 23 | 74 | 106 | 57 |
| Binary | 11001110 | 11001101 | 100100 | 0 | 0 | 1010011 | 10011 | 111100 | 1000110 | 101111 |
Color Harmonies of #CECD24
Complementary color
Monochromatic Colors of #CECD24
Black with #CECD24
Text Example
Text Example
White with #CECD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD24; }
p { color: rgb(206,205,36); }
H1.HeaderClassName
{
color: #CECD24;
}
.AnyTagClassName
{
color: #CECD24;
}
</style>
background-color css
<style>
a { background-color: #CECD24; }
a { background-color: rgb(206,205,36); }
div.DivClassName
{
background-color: #CECD24;
}
.BgClassName
{
background-color: #CECD24;
}
</style>
border-color css
<style>
span { border-color: #CECD24; }
span { border-color: rgb(206,205,36); }
td.TdClassName
{
border-color: #CECD24;
}
.TagClassName
{
border-color: #CECD24;
}
</style>