Shades of Barberry #CFCE23
Tints of Barberry #CFCE23
RGB
CMYK
RGB Variations
Color information
#CFCE23 (or 0xCFCE23) is known color: Barberry. HEX triplet: CF, CE and 23. RGB value is (207,206,35). Sum of RGB (Red+Green+Blue) = 207+206+35=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE23 is #3031DC. Grayscale: #BBBBBB. Windows color (decimal): -3158493 or 2346703. OLE color: 2346703.
HSL color Cylindrical-coordinate representation of color #CFCE23: hue angle of 59.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFCE23 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 35 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.19 |
| HSL | 59.65º | 0.71% | 0.47% | - |
| HSV(B) | 59.65º | 0.83% | 0.81% | - |
| XYZ | 48.11 | 57.53 | 10.16 | - |
| YUV | 186.81 | 42.33 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 35 | 0 | 0.00 | 0.83 | 0.19 | 59.65 | 0.71 | 0.47 |
| Hex | CF | CE | 23 | 0 | 0 | 53 | 13 | 3C | 47 | 2F |
| Octal | 317 | 316 | 43 | 0 | 0 | 123 | 23 | 74 | 107 | 57 |
| Binary | 11001111 | 11001110 | 100011 | 0 | 0 | 1010011 | 10011 | 111100 | 1000111 | 101111 |
Color Harmonies of #CFCE23
Complementary color
Monochromatic Colors of #CFCE23
Black with #CFCE23
Text Example
Text Example
White with #CFCE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE23; }
p { color: rgb(207,206,35); }
H1.HeaderClassName
{
color: #CFCE23;
}
.AnyTagClassName
{
color: #CFCE23;
}
</style>
background-color css
<style>
a { background-color: #CFCE23; }
a { background-color: rgb(207,206,35); }
div.DivClassName
{
background-color: #CFCE23;
}
.BgClassName
{
background-color: #CFCE23;
}
</style>
border-color css
<style>
span { border-color: #CFCE23; }
span { border-color: rgb(207,206,35); }
td.TdClassName
{
border-color: #CFCE23;
}
.TagClassName
{
border-color: #CFCE23;
}
</style>