Shades of Barberry #CFC91B
Tints of Barberry #CFC91B
RGB
CMYK
RGB Variations
Color information
#CFC91B (or 0xCFC91B) is known color: Barberry. HEX triplet: CF, C9 and 1B. RGB value is (207,201,27). Sum of RGB (Red+Green+Blue) = 207+201+27=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC91B is #3036E4. Grayscale: #B7B7B7. Windows color (decimal): -3159781 or 1821135. OLE color: 1821135.
HSL color Cylindrical-coordinate representation of color #CFC91B: hue angle of 58º 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 #CFC91B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 27 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.19 |
| HSL | 58º | 0.77% | 0.46% | - |
| HSV(B) | 58º | 0.87% | 0.81% | - |
| XYZ | 46.82 | 55.12 | 9.21 | - |
| YUV | 182.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 27 | 0 | 0.03 | 0.87 | 0.19 | 58 | 0.77 | 0.46 |
| Hex | CF | C9 | 1B | 0 | 3 | 57 | 13 | 3A | 4D | 2E |
| Octal | 317 | 311 | 33 | 0 | 3 | 127 | 23 | 72 | 115 | 56 |
| Binary | 11001111 | 11001001 | 11011 | 0 | 11 | 1010111 | 10011 | 111010 | 1001101 | 101110 |
Color Harmonies of #CFC91B
Complementary color
Monochromatic Colors of #CFC91B
Black with #CFC91B
Text Example
Text Example
White with #CFC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC91B; }
p { color: rgb(207,201,27); }
H1.HeaderClassName
{
color: #CFC91B;
}
.AnyTagClassName
{
color: #CFC91B;
}
</style>
background-color css
<style>
a { background-color: #CFC91B; }
a { background-color: rgb(207,201,27); }
div.DivClassName
{
background-color: #CFC91B;
}
.BgClassName
{
background-color: #CFC91B;
}
</style>
border-color css
<style>
span { border-color: #CFC91B; }
span { border-color: rgb(207,201,27); }
td.TdClassName
{
border-color: #CFC91B;
}
.TagClassName
{
border-color: #CFC91B;
}
</style>