Shades of Barberry #CFC81B
Tints of Barberry #CFC81B
RGB
CMYK
RGB Variations
Color information
#CFC81B (or 0xCFC81B) is known color: Barberry. HEX triplet: CF, C8 and 1B. RGB value is (207,200,27). Sum of RGB (Red+Green+Blue) = 207+200+27=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC81B is #3037E4. Grayscale: #B7B7B7. Windows color (decimal): -3160037 or 1820879. OLE color: 1820879.
HSL color Cylindrical-coordinate representation of color #CFC81B: hue angle of 57.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFC81B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 27 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.19 |
| HSL | 57.67º | 0.77% | 0.46% | - |
| HSV(B) | 57.67º | 0.87% | 0.81% | - |
| XYZ | 46.58 | 54.65 | 9.13 | - |
| YUV | 182.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 27 | 0 | 0.03 | 0.87 | 0.19 | 57.67 | 0.77 | 0.46 |
| Hex | CF | C8 | 1B | 0 | 3 | 57 | 13 | 3A | 4D | 2E |
| Octal | 317 | 310 | 33 | 0 | 3 | 127 | 23 | 72 | 115 | 56 |
| Binary | 11001111 | 11001000 | 11011 | 0 | 11 | 1010111 | 10011 | 111010 | 1001101 | 101110 |
Color Harmonies of #CFC81B
Complementary color
Monochromatic Colors of #CFC81B
Black with #CFC81B
Text Example
Text Example
White with #CFC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC81B; }
p { color: rgb(207,200,27); }
H1.HeaderClassName
{
color: #CFC81B;
}
.AnyTagClassName
{
color: #CFC81B;
}
</style>
background-color css
<style>
a { background-color: #CFC81B; }
a { background-color: rgb(207,200,27); }
div.DivClassName
{
background-color: #CFC81B;
}
.BgClassName
{
background-color: #CFC81B;
}
</style>
border-color css
<style>
span { border-color: #CFC81B; }
span { border-color: rgb(207,200,27); }
td.TdClassName
{
border-color: #CFC81B;
}
.TagClassName
{
border-color: #CFC81B;
}
</style>