Shades of Barberry #CFC923
Tints of Barberry #CFC923
RGB
CMYK
RGB Variations
Color information
#CFC923 (or 0xCFC923) is known color: Barberry. HEX triplet: CF, C9 and 23. RGB value is (207,201,35). Sum of RGB (Red+Green+Blue) = 207+201+35=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC923 is #3036DC. Grayscale: #B8B8B8. Windows color (decimal): -3159773 or 2345423. OLE color: 2345423.
HSL color Cylindrical-coordinate representation of color #CFC923: hue angle of 57.91º 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 #CFC923 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 35 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.19 |
| HSL | 57.91º | 0.71% | 0.47% | - |
| HSV(B) | 57.91º | 0.83% | 0.81% | - |
| XYZ | 46.92 | 55.16 | 9.76 | - |
| YUV | 183.87 | 43.99 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 35 | 0 | 0.03 | 0.83 | 0.19 | 57.91 | 0.71 | 0.47 |
| Hex | CF | C9 | 23 | 0 | 3 | 53 | 13 | 3A | 47 | 2F |
| Octal | 317 | 311 | 43 | 0 | 3 | 123 | 23 | 72 | 107 | 57 |
| Binary | 11001111 | 11001001 | 100011 | 0 | 11 | 1010011 | 10011 | 111010 | 1000111 | 101111 |
Color Harmonies of #CFC923
Complementary color
Monochromatic Colors of #CFC923
Black with #CFC923
Text Example
Text Example
White with #CFC923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC923; }
p { color: rgb(207,201,35); }
H1.HeaderClassName
{
color: #CFC923;
}
.AnyTagClassName
{
color: #CFC923;
}
</style>
background-color css
<style>
a { background-color: #CFC923; }
a { background-color: rgb(207,201,35); }
div.DivClassName
{
background-color: #CFC923;
}
.BgClassName
{
background-color: #CFC923;
}
</style>
border-color css
<style>
span { border-color: #CFC923; }
span { border-color: rgb(207,201,35); }
td.TdClassName
{
border-color: #CFC923;
}
.TagClassName
{
border-color: #CFC923;
}
</style>