Shades of Barberry #CFC523
Tints of Barberry #CFC523
RGB
CMYK
RGB Variations
Color information
#CFC523 (or 0xCFC523) is known color: Barberry. HEX triplet: CF, C5 and 23. RGB value is (207,197,35). Sum of RGB (Red+Green+Blue) = 207+197+35=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 35 (14.06% from 255 or 7.97% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC523 is #303ADC. Grayscale: #B6B6B6. Windows color (decimal): -3160797 or 2344399. OLE color: 2344399.
HSL color Cylindrical-coordinate representation of color #CFC523: hue angle of 56.51º 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 #CFC523 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 35 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.19 |
| HSL | 56.51º | 0.71% | 0.47% | - |
| HSV(B) | 56.51º | 0.83% | 0.81% | - |
| XYZ | 46 | 53.32 | 9.46 | - |
| YUV | 181.52 | 45.31 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 35 | 0 | 0.05 | 0.83 | 0.19 | 56.51 | 0.71 | 0.47 |
| Hex | CF | C5 | 23 | 0 | 5 | 53 | 13 | 39 | 47 | 2F |
| Octal | 317 | 305 | 43 | 0 | 5 | 123 | 23 | 71 | 107 | 57 |
| Binary | 11001111 | 11000101 | 100011 | 0 | 101 | 1010011 | 10011 | 111001 | 1000111 | 101111 |
Color Harmonies of #CFC523
Complementary color
Monochromatic Colors of #CFC523
Black with #CFC523
Text Example
Text Example
White with #CFC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC523; }
p { color: rgb(207,197,35); }
H1.HeaderClassName
{
color: #CFC523;
}
.AnyTagClassName
{
color: #CFC523;
}
</style>
background-color css
<style>
a { background-color: #CFC523; }
a { background-color: rgb(207,197,35); }
div.DivClassName
{
background-color: #CFC523;
}
.BgClassName
{
background-color: #CFC523;
}
</style>
border-color css
<style>
span { border-color: #CFC523; }
span { border-color: rgb(207,197,35); }
td.TdClassName
{
border-color: #CFC523;
}
.TagClassName
{
border-color: #CFC523;
}
</style>