Shades of Barberry #CFC91A
Tints of Barberry #CFC91A
RGB
CMYK
RGB Variations
Color information
#CFC91A (or 0xCFC91A) is known color: Barberry. HEX triplet: CF, C9 and 1A. RGB value is (207,201,26). Sum of RGB (Red+Green+Blue) = 207+201+26=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC91A is #3036E5. Grayscale: #B7B7B7. Windows color (decimal): -3159782 or 1755599. OLE color: 1755599.
HSL color Cylindrical-coordinate representation of color #CFC91A: hue angle of 58.01º 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 #CFC91A is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 26 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.19 |
| HSL | 58.01º | 0.78% | 0.46% | - |
| HSV(B) | 58.01º | 0.87% | 0.81% | - |
| XYZ | 46.81 | 55.11 | 9.15 | - |
| YUV | 182.84 | 39.49 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 26 | 0 | 0.03 | 0.87 | 0.19 | 58.01 | 0.78 | 0.46 |
| Hex | CF | C9 | 1A | 0 | 3 | 57 | 13 | 3A | 4E | 2E |
| Octal | 317 | 311 | 32 | 0 | 3 | 127 | 23 | 72 | 116 | 56 |
| Binary | 11001111 | 11001001 | 11010 | 0 | 11 | 1010111 | 10011 | 111010 | 1001110 | 101110 |
Color Harmonies of #CFC91A
Complementary color
Monochromatic Colors of #CFC91A
Black with #CFC91A
Text Example
Text Example
White with #CFC91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC91A; }
p { color: rgb(207,201,26); }
H1.HeaderClassName
{
color: #CFC91A;
}
.AnyTagClassName
{
color: #CFC91A;
}
</style>
background-color css
<style>
a { background-color: #CFC91A; }
a { background-color: rgb(207,201,26); }
div.DivClassName
{
background-color: #CFC91A;
}
.BgClassName
{
background-color: #CFC91A;
}
</style>
border-color css
<style>
span { border-color: #CFC91A; }
span { border-color: rgb(207,201,26); }
td.TdClassName
{
border-color: #CFC91A;
}
.TagClassName
{
border-color: #CFC91A;
}
</style>