Shades of Barberry #CECB1D
Tints of Barberry #CECB1D
RGB
CMYK
RGB Variations
Color information
#CECB1D (or 0xCECB1D) is known color: Barberry. HEX triplet: CE, CB and 1D. RGB value is (206,203,29). Sum of RGB (Red+Green+Blue) = 206+203+29=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB1D is #3134E2. Grayscale: #B8B8B8. Windows color (decimal): -3224803 or 1952718. OLE color: 1952718.
HSL color Cylindrical-coordinate representation of color #CECB1D: hue angle of 58.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CECB1D is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 29 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.19 |
| HSL | 58.98º | 0.75% | 0.46% | - |
| HSV(B) | 58.98º | 0.86% | 0.81% | - |
| XYZ | 47.03 | 55.92 | 9.48 | - |
| YUV | 184.06 | 40.49 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 29 | 0 | 0.01 | 0.86 | 0.19 | 58.98 | 0.75 | 0.46 |
| Hex | CE | CB | 1D | 0 | 1 | 56 | 13 | 3B | 4B | 2E |
| Octal | 316 | 313 | 35 | 0 | 1 | 126 | 23 | 73 | 113 | 56 |
| Binary | 11001110 | 11001011 | 11101 | 0 | 1 | 1010110 | 10011 | 111011 | 1001011 | 101110 |
Color Harmonies of #CECB1D
Complementary color
Monochromatic Colors of #CECB1D
Black with #CECB1D
Text Example
Text Example
White with #CECB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB1D; }
p { color: rgb(206,203,29); }
H1.HeaderClassName
{
color: #CECB1D;
}
.AnyTagClassName
{
color: #CECB1D;
}
</style>
background-color css
<style>
a { background-color: #CECB1D; }
a { background-color: rgb(206,203,29); }
div.DivClassName
{
background-color: #CECB1D;
}
.BgClassName
{
background-color: #CECB1D;
}
</style>
border-color css
<style>
span { border-color: #CECB1D; }
span { border-color: rgb(206,203,29); }
td.TdClassName
{
border-color: #CECB1D;
}
.TagClassName
{
border-color: #CECB1D;
}
</style>