Shades of Barberry #CFC61A
Tints of Barberry #CFC61A
RGB
CMYK
RGB Variations
Color information
#CFC61A (or 0xCFC61A) is known color: Barberry. HEX triplet: CF, C6 and 1A. RGB value is (207,198,26). Sum of RGB (Red+Green+Blue) = 207+198+26=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC61A is #3039E5. Grayscale: #B5B5B5. Windows color (decimal): -3160550 or 1754831. OLE color: 1754831.
HSL color Cylindrical-coordinate representation of color #CFC61A: hue angle of 57.02º degrees, saturation: 0.78, 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 #CFC61A is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 26 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.19 |
| HSL | 57.02º | 0.78% | 0.46% | - |
| HSV(B) | 57.02º | 0.87% | 0.81% | - |
| XYZ | 46.11 | 53.73 | 8.92 | - |
| YUV | 181.08 | 40.48 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 26 | 0 | 0.04 | 0.87 | 0.19 | 57.02 | 0.78 | 0.46 |
| Hex | CF | C6 | 1A | 0 | 4 | 57 | 13 | 39 | 4E | 2E |
| Octal | 317 | 306 | 32 | 0 | 4 | 127 | 23 | 71 | 116 | 56 |
| Binary | 11001111 | 11000110 | 11010 | 0 | 100 | 1010111 | 10011 | 111001 | 1001110 | 101110 |
Color Harmonies of #CFC61A
Complementary color
Monochromatic Colors of #CFC61A
Black with #CFC61A
Text Example
Text Example
White with #CFC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC61A; }
p { color: rgb(207,198,26); }
H1.HeaderClassName
{
color: #CFC61A;
}
.AnyTagClassName
{
color: #CFC61A;
}
</style>
background-color css
<style>
a { background-color: #CFC61A; }
a { background-color: rgb(207,198,26); }
div.DivClassName
{
background-color: #CFC61A;
}
.BgClassName
{
background-color: #CFC61A;
}
</style>
border-color css
<style>
span { border-color: #CFC61A; }
span { border-color: rgb(207,198,26); }
td.TdClassName
{
border-color: #CFC61A;
}
.TagClassName
{
border-color: #CFC61A;
}
</style>