Shades of Barberry #CFBF2D
Tints of Barberry #CFBF2D
RGB
CMYK
RGB Variations
Color information
#CFBF2D (or 0xCFBF2D) is known color: Barberry. HEX triplet: CF, BF and 2D. RGB value is (207,191,45). Sum of RGB (Red+Green+Blue) = 207+191+45=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF2D is #3040D2. Grayscale: #B3B3B3. Windows color (decimal): -3162323 or 2998223. OLE color: 2998223.
HSL color Cylindrical-coordinate representation of color #CFBF2D: hue angle of 54.07º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFBF2D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 45 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.19 |
| HSL | 54.07º | 0.64% | 0.49% | - |
| HSV(B) | 54.07º | 0.78% | 0.81% | - |
| XYZ | 44.84 | 50.72 | 9.91 | - |
| YUV | 179.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 45 | 0 | 0.08 | 0.78 | 0.19 | 54.07 | 0.64 | 0.49 |
| Hex | CF | BF | 2D | 0 | 8 | 4E | 13 | 36 | 40 | 31 |
| Octal | 317 | 277 | 55 | 0 | 10 | 116 | 23 | 66 | 100 | 61 |
| Binary | 11001111 | 10111111 | 101101 | 0 | 1000 | 1001110 | 10011 | 110110 | 1000000 | 110001 |
Color Harmonies of #CFBF2D
Complementary color
Monochromatic Colors of #CFBF2D
Black with #CFBF2D
Text Example
Text Example
White with #CFBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF2D; }
p { color: rgb(207,191,45); }
H1.HeaderClassName
{
color: #CFBF2D;
}
.AnyTagClassName
{
color: #CFBF2D;
}
</style>
background-color css
<style>
a { background-color: #CFBF2D; }
a { background-color: rgb(207,191,45); }
div.DivClassName
{
background-color: #CFBF2D;
}
.BgClassName
{
background-color: #CFBF2D;
}
</style>
border-color css
<style>
span { border-color: #CFBF2D; }
span { border-color: rgb(207,191,45); }
td.TdClassName
{
border-color: #CFBF2D;
}
.TagClassName
{
border-color: #CFBF2D;
}
</style>