Shades of Barberry #CFCF1C
Tints of Barberry #CFCF1C
RGB
CMYK
RGB Variations
Color information
#CFCF1C (or 0xCFCF1C) is known color: Barberry. HEX triplet: CF, CF and 1C. RGB value is (207,207,28). Sum of RGB (Red+Green+Blue) = 207+207+28=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCF1C is #3030E3. Grayscale: #BBBBBB. Windows color (decimal): -3158244 or 1888207. OLE color: 1888207.
HSL color Cylindrical-coordinate representation of color #CFCF1C: hue angle of 60º 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 #CFCF1C is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 28 | - |
| CMYK | 0 | 0 | 0.86 | 0.19 |
| HSL | 60º | 0.76% | 0.46% | - |
| HSV(B) | 60º | 0.86% | 0.81% | - |
| XYZ | 48.25 | 57.97 | 9.75 | - |
| YUV | 186.59 | 38.5 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 28 | 0 | 0 | 0.86 | 0.19 | 60 | 0.76 | 0.46 |
| Hex | CF | CF | 1C | 0 | 0 | 56 | 13 | 3C | 4C | 2E |
| Octal | 317 | 317 | 34 | 0 | 0 | 126 | 23 | 74 | 114 | 56 |
| Binary | 11001111 | 11001111 | 11100 | 0 | 0 | 1010110 | 10011 | 111100 | 1001100 | 101110 |
Color Harmonies of #CFCF1C
Complementary color
Monochromatic Colors of #CFCF1C
Black with #CFCF1C
Text Example
Text Example
White with #CFCF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF1C; }
p { color: rgb(207,207,28); }
H1.HeaderClassName
{
color: #CFCF1C;
}
.AnyTagClassName
{
color: #CFCF1C;
}
</style>
background-color css
<style>
a { background-color: #CFCF1C; }
a { background-color: rgb(207,207,28); }
div.DivClassName
{
background-color: #CFCF1C;
}
.BgClassName
{
background-color: #CFCF1C;
}
</style>
border-color css
<style>
span { border-color: #CFCF1C; }
span { border-color: rgb(207,207,28); }
td.TdClassName
{
border-color: #CFCF1C;
}
.TagClassName
{
border-color: #CFCF1C;
}
</style>