Shades of Barberry #CFC61C
Tints of Barberry #CFC61C
RGB
CMYK
RGB Variations
Color information
#CFC61C (or 0xCFC61C) is known color: Barberry. HEX triplet: CF, C6 and 1C. RGB value is (207,198,28). Sum of RGB (Red+Green+Blue) = 207+198+28=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC61C is #3039E3. Grayscale: #B6B6B6. Windows color (decimal): -3160548 or 1885903. OLE color: 1885903.
HSL color Cylindrical-coordinate representation of color #CFC61C: hue angle of 56.98º degrees, saturation: 0.76, 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 #CFC61C is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 28 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.19 |
| HSL | 56.98º | 0.76% | 0.46% | - |
| HSV(B) | 56.98º | 0.86% | 0.81% | - |
| XYZ | 46.14 | 53.74 | 9.04 | - |
| YUV | 181.31 | 41.48 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 28 | 0 | 0.04 | 0.86 | 0.19 | 56.98 | 0.76 | 0.46 |
| Hex | CF | C6 | 1C | 0 | 4 | 56 | 13 | 39 | 4C | 2E |
| Octal | 317 | 306 | 34 | 0 | 4 | 126 | 23 | 71 | 114 | 56 |
| Binary | 11001111 | 11000110 | 11100 | 0 | 100 | 1010110 | 10011 | 111001 | 1001100 | 101110 |
Color Harmonies of #CFC61C
Complementary color
Monochromatic Colors of #CFC61C
Black with #CFC61C
Text Example
Text Example
White with #CFC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC61C; }
p { color: rgb(207,198,28); }
H1.HeaderClassName
{
color: #CFC61C;
}
.AnyTagClassName
{
color: #CFC61C;
}
</style>
background-color css
<style>
a { background-color: #CFC61C; }
a { background-color: rgb(207,198,28); }
div.DivClassName
{
background-color: #CFC61C;
}
.BgClassName
{
background-color: #CFC61C;
}
</style>
border-color css
<style>
span { border-color: #CFC61C; }
span { border-color: rgb(207,198,28); }
td.TdClassName
{
border-color: #CFC61C;
}
.TagClassName
{
border-color: #CFC61C;
}
</style>