Shades of Barberry #CFC71B
Tints of Barberry #CFC71B
RGB
CMYK
RGB Variations
Color information
#CFC71B (or 0xCFC71B) is known color: Barberry. HEX triplet: CF, C7 and 1B. RGB value is (207,199,27). Sum of RGB (Red+Green+Blue) = 207+199+27=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC71B is #3038E4. Grayscale: #B6B6B6. Windows color (decimal): -3160293 or 1820623. OLE color: 1820623.
HSL color Cylindrical-coordinate representation of color #CFC71B: hue angle of 57.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFC71B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 27 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.19 |
| HSL | 57.33º | 0.77% | 0.46% | - |
| HSV(B) | 57.33º | 0.87% | 0.81% | - |
| XYZ | 46.35 | 54.19 | 9.05 | - |
| YUV | 181.78 | 40.65 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 27 | 0 | 0.04 | 0.87 | 0.19 | 57.33 | 0.77 | 0.46 |
| Hex | CF | C7 | 1B | 0 | 4 | 57 | 13 | 39 | 4D | 2E |
| Octal | 317 | 307 | 33 | 0 | 4 | 127 | 23 | 71 | 115 | 56 |
| Binary | 11001111 | 11000111 | 11011 | 0 | 100 | 1010111 | 10011 | 111001 | 1001101 | 101110 |
Color Harmonies of #CFC71B
Complementary color
Monochromatic Colors of #CFC71B
Black with #CFC71B
Text Example
Text Example
White with #CFC71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC71B; }
p { color: rgb(207,199,27); }
H1.HeaderClassName
{
color: #CFC71B;
}
.AnyTagClassName
{
color: #CFC71B;
}
</style>
background-color css
<style>
a { background-color: #CFC71B; }
a { background-color: rgb(207,199,27); }
div.DivClassName
{
background-color: #CFC71B;
}
.BgClassName
{
background-color: #CFC71B;
}
</style>
border-color css
<style>
span { border-color: #CFC71B; }
span { border-color: rgb(207,199,27); }
td.TdClassName
{
border-color: #CFC71B;
}
.TagClassName
{
border-color: #CFC71B;
}
</style>