Shades of Barberry #CFC02C
Tints of Barberry #CFC02C
RGB
CMYK
RGB Variations
Color information
#CFC02C (or 0xCFC02C) is known color: Barberry. HEX triplet: CF, C0 and 2C. RGB value is (207,192,44). Sum of RGB (Red+Green+Blue) = 207+192+44=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC02C is #303FD3. Grayscale: #B4B4B4. Windows color (decimal): -3162068 or 2932943. OLE color: 2932943.
HSL color Cylindrical-coordinate representation of color #CFC02C: hue angle of 54.48º 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 #CFC02C is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 44 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.19 |
| HSL | 54.48º | 0.65% | 0.49% | - |
| HSV(B) | 54.48º | 0.79% | 0.81% | - |
| XYZ | 45.04 | 51.15 | 9.88 | - |
| YUV | 179.61 | 51.47 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 44 | 0 | 0.07 | 0.79 | 0.19 | 54.48 | 0.65 | 0.49 |
| Hex | CF | C0 | 2C | 0 | 7 | 4F | 13 | 36 | 41 | 31 |
| Octal | 317 | 300 | 54 | 0 | 7 | 117 | 23 | 66 | 101 | 61 |
| Binary | 11001111 | 11000000 | 101100 | 0 | 111 | 1001111 | 10011 | 110110 | 1000001 | 110001 |
Color Harmonies of #CFC02C
Complementary color
Monochromatic Colors of #CFC02C
Black with #CFC02C
Text Example
Text Example
White with #CFC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC02C; }
p { color: rgb(207,192,44); }
H1.HeaderClassName
{
color: #CFC02C;
}
.AnyTagClassName
{
color: #CFC02C;
}
</style>
background-color css
<style>
a { background-color: #CFC02C; }
a { background-color: rgb(207,192,44); }
div.DivClassName
{
background-color: #CFC02C;
}
.BgClassName
{
background-color: #CFC02C;
}
</style>
border-color css
<style>
span { border-color: #CFC02C; }
span { border-color: rgb(207,192,44); }
td.TdClassName
{
border-color: #CFC02C;
}
.TagClassName
{
border-color: #CFC02C;
}
</style>