Shades of Barberry #CEC92D
Tints of Barberry #CEC92D
RGB
CMYK
RGB Variations
Color information
#CEC92D (or 0xCEC92D) is known color: Barberry. HEX triplet: CE, C9 and 2D. RGB value is (206,201,45). Sum of RGB (Red+Green+Blue) = 206+201+45=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC92D is #3136D2. Grayscale: #B9B9B9. Windows color (decimal): -3225299 or 3000782. OLE color: 3000782.
HSL color Cylindrical-coordinate representation of color #CEC92D: hue angle of 58.14º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEC92D is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 45 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.19 |
| HSL | 58.14º | 0.64% | 0.49% | - |
| HSV(B) | 58.14º | 0.78% | 0.81% | - |
| XYZ | 46.81 | 55.08 | 10.65 | - |
| YUV | 184.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 45 | 0 | 0.02 | 0.78 | 0.19 | 58.14 | 0.64 | 0.49 |
| Hex | CE | C9 | 2D | 0 | 2 | 4E | 13 | 3A | 40 | 31 |
| Octal | 316 | 311 | 55 | 0 | 2 | 116 | 23 | 72 | 100 | 61 |
| Binary | 11001110 | 11001001 | 101101 | 0 | 10 | 1001110 | 10011 | 111010 | 1000000 | 110001 |
Color Harmonies of #CEC92D
Complementary color
Monochromatic Colors of #CEC92D
Black with #CEC92D
Text Example
Text Example
White with #CEC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC92D; }
p { color: rgb(206,201,45); }
H1.HeaderClassName
{
color: #CEC92D;
}
.AnyTagClassName
{
color: #CEC92D;
}
</style>
background-color css
<style>
a { background-color: #CEC92D; }
a { background-color: rgb(206,201,45); }
div.DivClassName
{
background-color: #CEC92D;
}
.BgClassName
{
background-color: #CEC92D;
}
</style>
border-color css
<style>
span { border-color: #CEC92D; }
span { border-color: rgb(206,201,45); }
td.TdClassName
{
border-color: #CEC92D;
}
.TagClassName
{
border-color: #CEC92D;
}
</style>