Shades of Barberry #CFC71F
Tints of Barberry #CFC71F
RGB
CMYK
RGB Variations
Color information
#CFC71F (or 0xCFC71F) is known color: Barberry. HEX triplet: CF, C7 and 1F. RGB value is (207,199,31). Sum of RGB (Red+Green+Blue) = 207+199+31=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC71F is #3038E0. Grayscale: #B6B6B6. Windows color (decimal): -3160289 or 2082767. OLE color: 2082767.
HSL color Cylindrical-coordinate representation of color #CFC71F: hue angle of 57.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFC71F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 31 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.19 |
| HSL | 57.27º | 0.74% | 0.47% | - |
| HSV(B) | 57.27º | 0.85% | 0.81% | - |
| XYZ | 46.4 | 54.21 | 9.31 | - |
| YUV | 182.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 31 | 0 | 0.04 | 0.85 | 0.19 | 57.27 | 0.74 | 0.47 |
| Hex | CF | C7 | 1F | 0 | 4 | 55 | 13 | 39 | 4A | 2F |
| Octal | 317 | 307 | 37 | 0 | 4 | 125 | 23 | 71 | 112 | 57 |
| Binary | 11001111 | 11000111 | 11111 | 0 | 100 | 1010101 | 10011 | 111001 | 1001010 | 101111 |
Color Harmonies of #CFC71F
Complementary color
Monochromatic Colors of #CFC71F
Black with #CFC71F
Text Example
Text Example
White with #CFC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC71F; }
p { color: rgb(207,199,31); }
H1.HeaderClassName
{
color: #CFC71F;
}
.AnyTagClassName
{
color: #CFC71F;
}
</style>
background-color css
<style>
a { background-color: #CFC71F; }
a { background-color: rgb(207,199,31); }
div.DivClassName
{
background-color: #CFC71F;
}
.BgClassName
{
background-color: #CFC71F;
}
</style>
border-color css
<style>
span { border-color: #CFC71F; }
span { border-color: rgb(207,199,31); }
td.TdClassName
{
border-color: #CFC71F;
}
.TagClassName
{
border-color: #CFC71F;
}
</style>