Shades of Barberry #CECA1F
Tints of Barberry #CECA1F
RGB
CMYK
RGB Variations
Color information
#CECA1F (or 0xCECA1F) is known color: Barberry. HEX triplet: CE, CA and 1F. RGB value is (206,202,31). Sum of RGB (Red+Green+Blue) = 206+202+31=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA1F is #3135E0. Grayscale: #B8B8B8. Windows color (decimal): -3225057 or 2083534. OLE color: 2083534.
HSL color Cylindrical-coordinate representation of color #CECA1F: hue angle of 58.63º degrees, saturation: 0.74, 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 #CECA1F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 31 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.19 |
| HSL | 58.63º | 0.74% | 0.46% | - |
| HSV(B) | 58.63º | 0.85% | 0.81% | - |
| XYZ | 46.82 | 55.46 | 9.53 | - |
| YUV | 183.7 | 41.83 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 31 | 0 | 0.02 | 0.85 | 0.19 | 58.63 | 0.74 | 0.46 |
| Hex | CE | CA | 1F | 0 | 2 | 55 | 13 | 3B | 4A | 2E |
| Octal | 316 | 312 | 37 | 0 | 2 | 125 | 23 | 73 | 112 | 56 |
| Binary | 11001110 | 11001010 | 11111 | 0 | 10 | 1010101 | 10011 | 111011 | 1001010 | 101110 |
Color Harmonies of #CECA1F
Complementary color
Monochromatic Colors of #CECA1F
Black with #CECA1F
Text Example
Text Example
White with #CECA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA1F; }
p { color: rgb(206,202,31); }
H1.HeaderClassName
{
color: #CECA1F;
}
.AnyTagClassName
{
color: #CECA1F;
}
</style>
background-color css
<style>
a { background-color: #CECA1F; }
a { background-color: rgb(206,202,31); }
div.DivClassName
{
background-color: #CECA1F;
}
.BgClassName
{
background-color: #CECA1F;
}
</style>
border-color css
<style>
span { border-color: #CECA1F; }
span { border-color: rgb(206,202,31); }
td.TdClassName
{
border-color: #CECA1F;
}
.TagClassName
{
border-color: #CECA1F;
}
</style>