Shades of Barberry #CFC71E
Tints of Barberry #CFC71E
RGB
CMYK
RGB Variations
Color information
#CFC71E (or 0xCFC71E) is known color: Barberry. HEX triplet: CF, C7 and 1E. RGB value is (207,199,30). Sum of RGB (Red+Green+Blue) = 207+199+30=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC71E is #3038E1. Grayscale: #B6B6B6. Windows color (decimal): -3160290 or 2017231. OLE color: 2017231.
HSL color Cylindrical-coordinate representation of color #CFC71E: hue angle of 57.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFC71E is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 30 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.19 |
| HSL | 57.29º | 0.75% | 0.46% | - |
| HSV(B) | 57.29º | 0.86% | 0.81% | - |
| XYZ | 46.39 | 54.21 | 9.25 | - |
| YUV | 182.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 30 | 0 | 0.04 | 0.86 | 0.19 | 57.29 | 0.75 | 0.46 |
| Hex | CF | C7 | 1E | 0 | 4 | 56 | 13 | 39 | 4B | 2E |
| Octal | 317 | 307 | 36 | 0 | 4 | 126 | 23 | 71 | 113 | 56 |
| Binary | 11001111 | 11000111 | 11110 | 0 | 100 | 1010110 | 10011 | 111001 | 1001011 | 101110 |
Color Harmonies of #CFC71E
Complementary color
Monochromatic Colors of #CFC71E
Black with #CFC71E
Text Example
Text Example
White with #CFC71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC71E; }
p { color: rgb(207,199,30); }
H1.HeaderClassName
{
color: #CFC71E;
}
.AnyTagClassName
{
color: #CFC71E;
}
</style>
background-color css
<style>
a { background-color: #CFC71E; }
a { background-color: rgb(207,199,30); }
div.DivClassName
{
background-color: #CFC71E;
}
.BgClassName
{
background-color: #CFC71E;
}
</style>
border-color css
<style>
span { border-color: #CFC71E; }
span { border-color: rgb(207,199,30); }
td.TdClassName
{
border-color: #CFC71E;
}
.TagClassName
{
border-color: #CFC71E;
}
</style>