Shades of Barberry #CFC81A
Tints of Barberry #CFC81A
RGB
CMYK
RGB Variations
Color information
#CFC81A (or 0xCFC81A) is known color: Barberry. HEX triplet: CF, C8 and 1A. RGB value is (207,200,26). Sum of RGB (Red+Green+Blue) = 207+200+26=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC81A is #3037E5. Grayscale: #B6B6B6. Windows color (decimal): -3160038 or 1755343. OLE color: 1755343.
HSL color Cylindrical-coordinate representation of color #CFC81A: hue angle of 57.68º degrees, saturation: 0.78, 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 #CFC81A is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 26 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.19 |
| HSL | 57.68º | 0.78% | 0.46% | - |
| HSV(B) | 57.68º | 0.87% | 0.81% | - |
| XYZ | 46.57 | 54.65 | 9.07 | - |
| YUV | 182.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 26 | 0 | 0.03 | 0.87 | 0.19 | 57.68 | 0.78 | 0.46 |
| Hex | CF | C8 | 1A | 0 | 3 | 57 | 13 | 3A | 4E | 2E |
| Octal | 317 | 310 | 32 | 0 | 3 | 127 | 23 | 72 | 116 | 56 |
| Binary | 11001111 | 11001000 | 11010 | 0 | 11 | 1010111 | 10011 | 111010 | 1001110 | 101110 |
Color Harmonies of #CFC81A
Complementary color
Monochromatic Colors of #CFC81A
Black with #CFC81A
Text Example
Text Example
White with #CFC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC81A; }
p { color: rgb(207,200,26); }
H1.HeaderClassName
{
color: #CFC81A;
}
.AnyTagClassName
{
color: #CFC81A;
}
</style>
background-color css
<style>
a { background-color: #CFC81A; }
a { background-color: rgb(207,200,26); }
div.DivClassName
{
background-color: #CFC81A;
}
.BgClassName
{
background-color: #CFC81A;
}
</style>
border-color css
<style>
span { border-color: #CFC81A; }
span { border-color: rgb(207,200,26); }
td.TdClassName
{
border-color: #CFC81A;
}
.TagClassName
{
border-color: #CFC81A;
}
</style>