Shades of Barberry #CFC82E
Tints of Barberry #CFC82E
RGB
CMYK
RGB Variations
Color information
#CFC82E (or 0xCFC82E) is known color: Barberry. HEX triplet: CF, C8 and 2E. RGB value is (207,200,46). Sum of RGB (Red+Green+Blue) = 207+200+46=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC82E is #3037D1. Grayscale: #B9B9B9. Windows color (decimal): -3160018 or 3066063. OLE color: 3066063.
HSL color Cylindrical-coordinate representation of color #CFC82E: hue angle of 57.39º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFC82E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 46 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.19 |
| HSL | 57.39º | 0.64% | 0.5% | - |
| HSV(B) | 57.39º | 0.78% | 0.81% | - |
| XYZ | 46.88 | 54.77 | 10.69 | - |
| YUV | 184.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 46 | 0 | 0.03 | 0.78 | 0.19 | 57.39 | 0.64 | 0.5 |
| Hex | CF | C8 | 2E | 0 | 3 | 4E | 13 | 39 | 40 | 32 |
| Octal | 317 | 310 | 56 | 0 | 3 | 116 | 23 | 71 | 100 | 62 |
| Binary | 11001111 | 11001000 | 101110 | 0 | 11 | 1001110 | 10011 | 111001 | 1000000 | 110010 |
Color Harmonies of #CFC82E
Complementary color
Monochromatic Colors of #CFC82E
Black with #CFC82E
Text Example
Text Example
White with #CFC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC82E; }
p { color: rgb(207,200,46); }
H1.HeaderClassName
{
color: #CFC82E;
}
.AnyTagClassName
{
color: #CFC82E;
}
</style>
background-color css
<style>
a { background-color: #CFC82E; }
a { background-color: rgb(207,200,46); }
div.DivClassName
{
background-color: #CFC82E;
}
.BgClassName
{
background-color: #CFC82E;
}
</style>
border-color css
<style>
span { border-color: #CFC82E; }
span { border-color: rgb(207,200,46); }
td.TdClassName
{
border-color: #CFC82E;
}
.TagClassName
{
border-color: #CFC82E;
}
</style>