Shades of Barberry #CEC42D
Tints of Barberry #CEC42D
RGB
CMYK
RGB Variations
Color information
#CEC42D (or 0xCEC42D) is known color: Barberry. HEX triplet: CE, C4 and 2D. RGB value is (206,196,45). Sum of RGB (Red+Green+Blue) = 206+196+45=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC42D is #313BD2. Grayscale: #B6B6B6. Windows color (decimal): -3226579 or 2999502. OLE color: 2999502.
HSL color Cylindrical-coordinate representation of color #CEC42D: hue angle of 56.27º 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 #CEC42D is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 45 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.19 |
| HSL | 56.27º | 0.64% | 0.49% | - |
| HSV(B) | 56.27º | 0.78% | 0.81% | - |
| XYZ | 45.67 | 52.79 | 10.27 | - |
| YUV | 181.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 45 | 0 | 0.05 | 0.78 | 0.19 | 56.27 | 0.64 | 0.49 |
| Hex | CE | C4 | 2D | 0 | 5 | 4E | 13 | 38 | 40 | 31 |
| Octal | 316 | 304 | 55 | 0 | 5 | 116 | 23 | 70 | 100 | 61 |
| Binary | 11001110 | 11000100 | 101101 | 0 | 101 | 1001110 | 10011 | 111000 | 1000000 | 110001 |
Color Harmonies of #CEC42D
Complementary color
Monochromatic Colors of #CEC42D
Black with #CEC42D
Text Example
Text Example
White with #CEC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC42D; }
p { color: rgb(206,196,45); }
H1.HeaderClassName
{
color: #CEC42D;
}
.AnyTagClassName
{
color: #CEC42D;
}
</style>
background-color css
<style>
a { background-color: #CEC42D; }
a { background-color: rgb(206,196,45); }
div.DivClassName
{
background-color: #CEC42D;
}
.BgClassName
{
background-color: #CEC42D;
}
</style>
border-color css
<style>
span { border-color: #CEC42D; }
span { border-color: rgb(206,196,45); }
td.TdClassName
{
border-color: #CEC42D;
}
.TagClassName
{
border-color: #CEC42D;
}
</style>