Shades of Barberry #CECA1E
Tints of Barberry #CECA1E
RGB
CMYK
RGB Variations
Color information
#CECA1E (or 0xCECA1E) is known color: Barberry. HEX triplet: CE, CA and 1E. RGB value is (206,202,30). Sum of RGB (Red+Green+Blue) = 206+202+30=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA1E is #3135E1. Grayscale: #B8B8B8. Windows color (decimal): -3225058 or 2017998. OLE color: 2017998.
HSL color Cylindrical-coordinate representation of color #CECA1E: 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.85%. Process color model (Four color, CMYK) of #CECA1E is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 30 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.19 |
| HSL | 58.64º | 0.75% | 0.46% | - |
| HSV(B) | 58.64º | 0.85% | 0.81% | - |
| XYZ | 46.81 | 55.46 | 9.47 | - |
| YUV | 183.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 30 | 0 | 0.02 | 0.85 | 0.19 | 58.64 | 0.75 | 0.46 |
| Hex | CE | CA | 1E | 0 | 2 | 55 | 13 | 3B | 4B | 2E |
| Octal | 316 | 312 | 36 | 0 | 2 | 125 | 23 | 73 | 113 | 56 |
| Binary | 11001110 | 11001010 | 11110 | 0 | 10 | 1010101 | 10011 | 111011 | 1001011 | 101110 |
Color Harmonies of #CECA1E
Complementary color
Monochromatic Colors of #CECA1E
Black with #CECA1E
Text Example
Text Example
White with #CECA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA1E; }
p { color: rgb(206,202,30); }
H1.HeaderClassName
{
color: #CECA1E;
}
.AnyTagClassName
{
color: #CECA1E;
}
</style>
background-color css
<style>
a { background-color: #CECA1E; }
a { background-color: rgb(206,202,30); }
div.DivClassName
{
background-color: #CECA1E;
}
.BgClassName
{
background-color: #CECA1E;
}
</style>
border-color css
<style>
span { border-color: #CECA1E; }
span { border-color: rgb(206,202,30); }
td.TdClassName
{
border-color: #CECA1E;
}
.TagClassName
{
border-color: #CECA1E;
}
</style>