Shades of Barberry #CEC92B
Tints of Barberry #CEC92B
RGB
CMYK
RGB Variations
Color information
#CEC92B (or 0xCEC92B) is known color: Barberry. HEX triplet: CE, C9 and 2B. RGB value is (206,201,43). Sum of RGB (Red+Green+Blue) = 206+201+43=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC92B is #3136D4. Grayscale: #B9B9B9. Windows color (decimal): -3225301 or 2869710. OLE color: 2869710.
HSL color Cylindrical-coordinate representation of color #CEC92B: hue angle of 58.16º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEC92B is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 43 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.19 |
| HSL | 58.16º | 0.65% | 0.49% | - |
| HSV(B) | 58.16º | 0.79% | 0.81% | - |
| XYZ | 46.78 | 55.07 | 10.45 | - |
| YUV | 184.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 43 | 0 | 0.02 | 0.79 | 0.19 | 58.16 | 0.65 | 0.49 |
| Hex | CE | C9 | 2B | 0 | 2 | 4F | 13 | 3A | 41 | 31 |
| Octal | 316 | 311 | 53 | 0 | 2 | 117 | 23 | 72 | 101 | 61 |
| Binary | 11001110 | 11001001 | 101011 | 0 | 10 | 1001111 | 10011 | 111010 | 1000001 | 110001 |
Color Harmonies of #CEC92B
Complementary color
Monochromatic Colors of #CEC92B
Black with #CEC92B
Text Example
Text Example
White with #CEC92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC92B; }
p { color: rgb(206,201,43); }
H1.HeaderClassName
{
color: #CEC92B;
}
.AnyTagClassName
{
color: #CEC92B;
}
</style>
background-color css
<style>
a { background-color: #CEC92B; }
a { background-color: rgb(206,201,43); }
div.DivClassName
{
background-color: #CEC92B;
}
.BgClassName
{
background-color: #CEC92B;
}
</style>
border-color css
<style>
span { border-color: #CEC92B; }
span { border-color: rgb(206,201,43); }
td.TdClassName
{
border-color: #CEC92B;
}
.TagClassName
{
border-color: #CEC92B;
}
</style>