Shades of Barberry #CFC62C
Tints of Barberry #CFC62C
RGB
CMYK
RGB Variations
Color information
#CFC62C (or 0xCFC62C) is known color: Barberry. HEX triplet: CF, C6 and 2C. RGB value is (207,198,44). Sum of RGB (Red+Green+Blue) = 207+198+44=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC62C is #3039D3. Grayscale: #B7B7B7. Windows color (decimal): -3160532 or 2934479. OLE color: 2934479.
HSL color Cylindrical-coordinate representation of color #CFC62C: hue angle of 56.69º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFC62C is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 44 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.19 |
| HSL | 56.69º | 0.65% | 0.49% | - |
| HSV(B) | 56.69º | 0.79% | 0.81% | - |
| XYZ | 46.38 | 53.84 | 10.33 | - |
| YUV | 183.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 44 | 0 | 0.04 | 0.79 | 0.19 | 56.69 | 0.65 | 0.49 |
| Hex | CF | C6 | 2C | 0 | 4 | 4F | 13 | 39 | 41 | 31 |
| Octal | 317 | 306 | 54 | 0 | 4 | 117 | 23 | 71 | 101 | 61 |
| Binary | 11001111 | 11000110 | 101100 | 0 | 100 | 1001111 | 10011 | 111001 | 1000001 | 110001 |
Color Harmonies of #CFC62C
Complementary color
Monochromatic Colors of #CFC62C
Black with #CFC62C
Text Example
Text Example
White with #CFC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC62C; }
p { color: rgb(207,198,44); }
H1.HeaderClassName
{
color: #CFC62C;
}
.AnyTagClassName
{
color: #CFC62C;
}
</style>
background-color css
<style>
a { background-color: #CFC62C; }
a { background-color: rgb(207,198,44); }
div.DivClassName
{
background-color: #CFC62C;
}
.BgClassName
{
background-color: #CFC62C;
}
</style>
border-color css
<style>
span { border-color: #CFC62C; }
span { border-color: rgb(207,198,44); }
td.TdClassName
{
border-color: #CFC62C;
}
.TagClassName
{
border-color: #CFC62C;
}
</style>