Shades of Barberry #CECA1D
Tints of Barberry #CECA1D
RGB
CMYK
RGB Variations
Color information
#CECA1D (or 0xCECA1D) is known color: Barberry. HEX triplet: CE, CA and 1D. RGB value is (206,202,29). Sum of RGB (Red+Green+Blue) = 206+202+29=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA1D is #3135E2. Grayscale: #B8B8B8. Windows color (decimal): -3225059 or 1952462. OLE color: 1952462.
HSL color Cylindrical-coordinate representation of color #CECA1D: hue angle of 58.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CECA1D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 29 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.19 |
| HSL | 58.64º | 0.75% | 0.46% | - |
| HSV(B) | 58.64º | 0.86% | 0.81% | - |
| XYZ | 46.8 | 55.45 | 9.4 | - |
| YUV | 183.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 29 | 0 | 0.02 | 0.86 | 0.19 | 58.64 | 0.75 | 0.46 |
| Hex | CE | CA | 1D | 0 | 2 | 56 | 13 | 3B | 4B | 2E |
| Octal | 316 | 312 | 35 | 0 | 2 | 126 | 23 | 73 | 113 | 56 |
| Binary | 11001110 | 11001010 | 11101 | 0 | 10 | 1010110 | 10011 | 111011 | 1001011 | 101110 |
Color Harmonies of #CECA1D
Complementary color
Monochromatic Colors of #CECA1D
Black with #CECA1D
Text Example
Text Example
White with #CECA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA1D; }
p { color: rgb(206,202,29); }
H1.HeaderClassName
{
color: #CECA1D;
}
.AnyTagClassName
{
color: #CECA1D;
}
</style>
background-color css
<style>
a { background-color: #CECA1D; }
a { background-color: rgb(206,202,29); }
div.DivClassName
{
background-color: #CECA1D;
}
.BgClassName
{
background-color: #CECA1D;
}
</style>
border-color css
<style>
span { border-color: #CECA1D; }
span { border-color: rgb(206,202,29); }
td.TdClassName
{
border-color: #CECA1D;
}
.TagClassName
{
border-color: #CECA1D;
}
</style>