Shades of Barberry #CFCE24
Tints of Barberry #CFCE24
RGB
CMYK
RGB Variations
Color information
#CFCE24 (or 0xCFCE24) is known color: Barberry. HEX triplet: CF, CE and 24. RGB value is (207,206,36). Sum of RGB (Red+Green+Blue) = 207+206+36=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE24 is #3031DB. Grayscale: #BBBBBB. Windows color (decimal): -3158492 or 2412239. OLE color: 2412239.
HSL color Cylindrical-coordinate representation of color #CFCE24: hue angle of 59.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFCE24 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 36 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.19 |
| HSL | 59.65º | 0.7% | 0.48% | - |
| HSV(B) | 59.65º | 0.83% | 0.81% | - |
| XYZ | 48.12 | 57.54 | 10.24 | - |
| YUV | 186.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 36 | 0 | 0.00 | 0.83 | 0.19 | 59.65 | 0.7 | 0.48 |
| Hex | CF | CE | 24 | 0 | 0 | 53 | 13 | 3C | 46 | 30 |
| Octal | 317 | 316 | 44 | 0 | 0 | 123 | 23 | 74 | 106 | 60 |
| Binary | 11001111 | 11001110 | 100100 | 0 | 0 | 1010011 | 10011 | 111100 | 1000110 | 110000 |
Color Harmonies of #CFCE24
Complementary color
Monochromatic Colors of #CFCE24
Black with #CFCE24
Text Example
Text Example
White with #CFCE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE24; }
p { color: rgb(207,206,36); }
H1.HeaderClassName
{
color: #CFCE24;
}
.AnyTagClassName
{
color: #CFCE24;
}
</style>
background-color css
<style>
a { background-color: #CFCE24; }
a { background-color: rgb(207,206,36); }
div.DivClassName
{
background-color: #CFCE24;
}
.BgClassName
{
background-color: #CFCE24;
}
</style>
border-color css
<style>
span { border-color: #CFCE24; }
span { border-color: rgb(207,206,36); }
td.TdClassName
{
border-color: #CFCE24;
}
.TagClassName
{
border-color: #CFCE24;
}
</style>