Shades of Barberry #CECA28
Tints of Barberry #CECA28
RGB
CMYK
RGB Variations
Color information
#CECA28 (or 0xCECA28) is known color: Barberry. HEX triplet: CE, CA and 28. RGB value is (206,202,40). Sum of RGB (Red+Green+Blue) = 206+202+40=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA28 is #3135D7. Grayscale: #B9B9B9. Windows color (decimal): -3225048 or 2673358. OLE color: 2673358.
HSL color Cylindrical-coordinate representation of color #CECA28: hue angle of 58.55º 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 #CECA28 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 40 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.19 |
| HSL | 58.55º | 0.67% | 0.48% | - |
| HSV(B) | 58.55º | 0.81% | 0.81% | - |
| XYZ | 46.96 | 55.52 | 10.25 | - |
| YUV | 184.73 | 46.33 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 40 | 0 | 0.02 | 0.81 | 0.19 | 58.55 | 0.67 | 0.48 |
| Hex | CE | CA | 28 | 0 | 2 | 51 | 13 | 3B | 43 | 30 |
| Octal | 316 | 312 | 50 | 0 | 2 | 121 | 23 | 73 | 103 | 60 |
| Binary | 11001110 | 11001010 | 101000 | 0 | 10 | 1010001 | 10011 | 111011 | 1000011 | 110000 |
Color Harmonies of #CECA28
Complementary color
Monochromatic Colors of #CECA28
Black with #CECA28
Text Example
Text Example
White with #CECA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA28; }
p { color: rgb(206,202,40); }
H1.HeaderClassName
{
color: #CECA28;
}
.AnyTagClassName
{
color: #CECA28;
}
</style>
background-color css
<style>
a { background-color: #CECA28; }
a { background-color: rgb(206,202,40); }
div.DivClassName
{
background-color: #CECA28;
}
.BgClassName
{
background-color: #CECA28;
}
</style>
border-color css
<style>
span { border-color: #CECA28; }
span { border-color: rgb(206,202,40); }
td.TdClassName
{
border-color: #CECA28;
}
.TagClassName
{
border-color: #CECA28;
}
</style>