Shades of Barberry #CEBD28
Tints of Barberry #CEBD28
RGB
CMYK
RGB Variations
Color information
#CEBD28 (or 0xCEBD28) is known color: Barberry. HEX triplet: CE, BD and 28. RGB value is (206,189,40). Sum of RGB (Red+Green+Blue) = 206+189+40=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD28 is #3142D7. Grayscale: #B1B1B1. Windows color (decimal): -3228376 or 2670030. OLE color: 2670030.
HSL color Cylindrical-coordinate representation of color #CEBD28: hue angle of 53.86º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEBD28 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 40 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.19 |
| HSL | 53.86º | 0.67% | 0.48% | - |
| HSV(B) | 53.86º | 0.81% | 0.81% | - |
| XYZ | 44.03 | 49.67 | 9.27 | - |
| YUV | 177.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 40 | 0 | 0.08 | 0.81 | 0.19 | 53.86 | 0.67 | 0.48 |
| Hex | CE | BD | 28 | 0 | 8 | 51 | 13 | 36 | 43 | 30 |
| Octal | 316 | 275 | 50 | 0 | 10 | 121 | 23 | 66 | 103 | 60 |
| Binary | 11001110 | 10111101 | 101000 | 0 | 1000 | 1010001 | 10011 | 110110 | 1000011 | 110000 |
Color Harmonies of #CEBD28
Complementary color
Monochromatic Colors of #CEBD28
Black with #CEBD28
Text Example
Text Example
White with #CEBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD28; }
p { color: rgb(206,189,40); }
H1.HeaderClassName
{
color: #CEBD28;
}
.AnyTagClassName
{
color: #CEBD28;
}
</style>
background-color css
<style>
a { background-color: #CEBD28; }
a { background-color: rgb(206,189,40); }
div.DivClassName
{
background-color: #CEBD28;
}
.BgClassName
{
background-color: #CEBD28;
}
</style>
border-color css
<style>
span { border-color: #CEBD28; }
span { border-color: rgb(206,189,40); }
td.TdClassName
{
border-color: #CEBD28;
}
.TagClassName
{
border-color: #CEBD28;
}
</style>