Shades of Barberry #CECD2A
Tints of Barberry #CECD2A
RGB
CMYK
RGB Variations
Color information
#CECD2A (or 0xCECD2A) is known color: Barberry. HEX triplet: CE, CD and 2A. RGB value is (206,205,42). Sum of RGB (Red+Green+Blue) = 206+205+42=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD2A is #3132D5. Grayscale: #BBBBBB. Windows color (decimal): -3224278 or 2805198. OLE color: 2805198.
HSL color Cylindrical-coordinate representation of color #CECD2A: hue angle of 59.63º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CECD2A is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 42 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.19 |
| HSL | 59.63º | 0.66% | 0.49% | - |
| HSV(B) | 59.63º | 0.8% | 0.81% | - |
| XYZ | 47.7 | 56.95 | 10.67 | - |
| YUV | 186.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 42 | 0 | 0.00 | 0.80 | 0.19 | 59.63 | 0.66 | 0.49 |
| Hex | CE | CD | 2A | 0 | 0 | 50 | 13 | 3C | 42 | 31 |
| Octal | 316 | 315 | 52 | 0 | 0 | 120 | 23 | 74 | 102 | 61 |
| Binary | 11001110 | 11001101 | 101010 | 0 | 0 | 1010000 | 10011 | 111100 | 1000010 | 110001 |
Color Harmonies of #CECD2A
Complementary color
Monochromatic Colors of #CECD2A
Black with #CECD2A
Text Example
Text Example
White with #CECD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD2A; }
p { color: rgb(206,205,42); }
H1.HeaderClassName
{
color: #CECD2A;
}
.AnyTagClassName
{
color: #CECD2A;
}
</style>
background-color css
<style>
a { background-color: #CECD2A; }
a { background-color: rgb(206,205,42); }
div.DivClassName
{
background-color: #CECD2A;
}
.BgClassName
{
background-color: #CECD2A;
}
</style>
border-color css
<style>
span { border-color: #CECD2A; }
span { border-color: rgb(206,205,42); }
td.TdClassName
{
border-color: #CECD2A;
}
.TagClassName
{
border-color: #CECD2A;
}
</style>