Shades of Barberry #CFCA1E
Tints of Barberry #CFCA1E
RGB
CMYK
RGB Variations
Color information
#CFCA1E (or 0xCFCA1E) is known color: Barberry. HEX triplet: CF, CA and 1E. RGB value is (207,202,30). Sum of RGB (Red+Green+Blue) = 207+202+30=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA1E is #3035E1. Grayscale: #B8B8B8. Windows color (decimal): -3159522 or 2017999. OLE color: 2017999.
HSL color Cylindrical-coordinate representation of color #CFCA1E: hue angle of 58.31º degrees, saturation: 0.75, 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 #CFCA1E is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 30 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.19 |
| HSL | 58.31º | 0.75% | 0.46% | - |
| HSV(B) | 58.31º | 0.86% | 0.81% | - |
| XYZ | 47.09 | 55.6 | 9.48 | - |
| YUV | 183.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 30 | 0 | 0.02 | 0.86 | 0.19 | 58.31 | 0.75 | 0.46 |
| Hex | CF | CA | 1E | 0 | 2 | 56 | 13 | 3A | 4B | 2E |
| Octal | 317 | 312 | 36 | 0 | 2 | 126 | 23 | 72 | 113 | 56 |
| Binary | 11001111 | 11001010 | 11110 | 0 | 10 | 1010110 | 10011 | 111010 | 1001011 | 101110 |
Color Harmonies of #CFCA1E
Complementary color
Monochromatic Colors of #CFCA1E
Black with #CFCA1E
Text Example
Text Example
White with #CFCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA1E; }
p { color: rgb(207,202,30); }
H1.HeaderClassName
{
color: #CFCA1E;
}
.AnyTagClassName
{
color: #CFCA1E;
}
</style>
background-color css
<style>
a { background-color: #CFCA1E; }
a { background-color: rgb(207,202,30); }
div.DivClassName
{
background-color: #CFCA1E;
}
.BgClassName
{
background-color: #CFCA1E;
}
</style>
border-color css
<style>
span { border-color: #CFCA1E; }
span { border-color: rgb(207,202,30); }
td.TdClassName
{
border-color: #CFCA1E;
}
.TagClassName
{
border-color: #CFCA1E;
}
</style>