Shades of Barberry #CECC1F
Tints of Barberry #CECC1F
RGB
CMYK
RGB Variations
Color information
#CECC1F (or 0xCECC1F) is known color: Barberry. HEX triplet: CE, CC and 1F. RGB value is (206,204,31). Sum of RGB (Red+Green+Blue) = 206+204+31=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC1F is #3133E0. Grayscale: #B9B9B9. Windows color (decimal): -3224545 or 2084046. OLE color: 2084046.
HSL color Cylindrical-coordinate representation of color #CECC1F: hue angle of 59.31º 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 #CECC1F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 31 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.19 |
| HSL | 59.31º | 0.74% | 0.46% | - |
| HSV(B) | 59.31º | 0.85% | 0.81% | - |
| XYZ | 47.29 | 56.41 | 9.69 | - |
| YUV | 184.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 31 | 0 | 0.01 | 0.85 | 0.19 | 59.31 | 0.74 | 0.46 |
| Hex | CE | CC | 1F | 0 | 1 | 55 | 13 | 3B | 4A | 2E |
| Octal | 316 | 314 | 37 | 0 | 1 | 125 | 23 | 73 | 112 | 56 |
| Binary | 11001110 | 11001100 | 11111 | 0 | 1 | 1010101 | 10011 | 111011 | 1001010 | 101110 |
Color Harmonies of #CECC1F
Complementary color
Monochromatic Colors of #CECC1F
Black with #CECC1F
Text Example
Text Example
White with #CECC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC1F; }
p { color: rgb(206,204,31); }
H1.HeaderClassName
{
color: #CECC1F;
}
.AnyTagClassName
{
color: #CECC1F;
}
</style>
background-color css
<style>
a { background-color: #CECC1F; }
a { background-color: rgb(206,204,31); }
div.DivClassName
{
background-color: #CECC1F;
}
.BgClassName
{
background-color: #CECC1F;
}
</style>
border-color css
<style>
span { border-color: #CECC1F; }
span { border-color: rgb(206,204,31); }
td.TdClassName
{
border-color: #CECC1F;
}
.TagClassName
{
border-color: #CECC1F;
}
</style>