Shades of Barberry #CEC729
Tints of Barberry #CEC729
RGB
CMYK
RGB Variations
Color information
#CEC729 (or 0xCEC729) is known color: Barberry. HEX triplet: CE, C7 and 29. RGB value is (206,199,41). Sum of RGB (Red+Green+Blue) = 206+199+41=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC729 is #3138D6. Grayscale: #B7B7B7. Windows color (decimal): -3225815 or 2738126. OLE color: 2738126.
HSL color Cylindrical-coordinate representation of color #CEC729: hue angle of 57.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEC729 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 41 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.19 |
| HSL | 57.45º | 0.67% | 0.48% | - |
| HSV(B) | 57.45º | 0.8% | 0.81% | - |
| XYZ | 46.28 | 54.13 | 10.11 | - |
| YUV | 183.08 | 47.82 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 41 | 0 | 0.03 | 0.80 | 0.19 | 57.45 | 0.67 | 0.48 |
| Hex | CE | C7 | 29 | 0 | 3 | 50 | 13 | 39 | 43 | 30 |
| Octal | 316 | 307 | 51 | 0 | 3 | 120 | 23 | 71 | 103 | 60 |
| Binary | 11001110 | 11000111 | 101001 | 0 | 11 | 1010000 | 10011 | 111001 | 1000011 | 110000 |
Color Harmonies of #CEC729
Complementary color
Monochromatic Colors of #CEC729
Black with #CEC729
Text Example
Text Example
White with #CEC729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC729; }
p { color: rgb(206,199,41); }
H1.HeaderClassName
{
color: #CEC729;
}
.AnyTagClassName
{
color: #CEC729;
}
</style>
background-color css
<style>
a { background-color: #CEC729; }
a { background-color: rgb(206,199,41); }
div.DivClassName
{
background-color: #CEC729;
}
.BgClassName
{
background-color: #CEC729;
}
</style>
border-color css
<style>
span { border-color: #CEC729; }
span { border-color: rgb(206,199,41); }
td.TdClassName
{
border-color: #CEC729;
}
.TagClassName
{
border-color: #CEC729;
}
</style>