Shades of Barberry #CFC52F
Tints of Barberry #CFC52F
RGB
CMYK
RGB Variations
Color information
#CFC52F (or 0xCFC52F) is known color: Barberry. HEX triplet: CF, C5 and 2F. RGB value is (207,197,47). Sum of RGB (Red+Green+Blue) = 207+197+47=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC52F is #303AD0. Grayscale: #B7B7B7. Windows color (decimal): -3160785 or 3130831. OLE color: 3130831.
HSL color Cylindrical-coordinate representation of color #CFC52F: hue angle of 56.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFC52F is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 47 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.19 |
| HSL | 56.25º | 0.63% | 0.5% | - |
| HSV(B) | 56.25º | 0.77% | 0.81% | - |
| XYZ | 46.21 | 53.4 | 10.56 | - |
| YUV | 182.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 47 | 0 | 0.05 | 0.77 | 0.19 | 56.25 | 0.63 | 0.5 |
| Hex | CF | C5 | 2F | 0 | 5 | 4D | 13 | 38 | 3F | 32 |
| Octal | 317 | 305 | 57 | 0 | 5 | 115 | 23 | 70 | 77 | 62 |
| Binary | 11001111 | 11000101 | 101111 | 0 | 101 | 1001101 | 10011 | 111000 | 111111 | 110010 |
Color Harmonies of #CFC52F
Complementary color
Monochromatic Colors of #CFC52F
Black with #CFC52F
Text Example
Text Example
White with #CFC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC52F; }
p { color: rgb(207,197,47); }
H1.HeaderClassName
{
color: #CFC52F;
}
.AnyTagClassName
{
color: #CFC52F;
}
</style>
background-color css
<style>
a { background-color: #CFC52F; }
a { background-color: rgb(207,197,47); }
div.DivClassName
{
background-color: #CFC52F;
}
.BgClassName
{
background-color: #CFC52F;
}
</style>
border-color css
<style>
span { border-color: #CFC52F; }
span { border-color: rgb(207,197,47); }
td.TdClassName
{
border-color: #CFC52F;
}
.TagClassName
{
border-color: #CFC52F;
}
</style>