Shades of Barberry #CFC92E
Tints of Barberry #CFC92E
RGB
CMYK
RGB Variations
Color information
#CFC92E (or 0xCFC92E) is known color: Barberry. HEX triplet: CF, C9 and 2E. RGB value is (207,201,46). Sum of RGB (Red+Green+Blue) = 207+201+46=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC92E is #3036D1. Grayscale: #B9B9B9. Windows color (decimal): -3159762 or 3066319. OLE color: 3066319.
HSL color Cylindrical-coordinate representation of color #CFC92E: hue angle of 57.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFC92E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 46 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.19 |
| HSL | 57.76º | 0.64% | 0.5% | - |
| HSV(B) | 57.76º | 0.78% | 0.81% | - |
| XYZ | 47.11 | 55.24 | 10.76 | - |
| YUV | 185.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 46 | 0 | 0.03 | 0.78 | 0.19 | 57.76 | 0.64 | 0.5 |
| Hex | CF | C9 | 2E | 0 | 3 | 4E | 13 | 3A | 40 | 32 |
| Octal | 317 | 311 | 56 | 0 | 3 | 116 | 23 | 72 | 100 | 62 |
| Binary | 11001111 | 11001001 | 101110 | 0 | 11 | 1001110 | 10011 | 111010 | 1000000 | 110010 |
Color Harmonies of #CFC92E
Complementary color
Monochromatic Colors of #CFC92E
Black with #CFC92E
Text Example
Text Example
White with #CFC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC92E; }
p { color: rgb(207,201,46); }
H1.HeaderClassName
{
color: #CFC92E;
}
.AnyTagClassName
{
color: #CFC92E;
}
</style>
background-color css
<style>
a { background-color: #CFC92E; }
a { background-color: rgb(207,201,46); }
div.DivClassName
{
background-color: #CFC92E;
}
.BgClassName
{
background-color: #CFC92E;
}
</style>
border-color css
<style>
span { border-color: #CFC92E; }
span { border-color: rgb(207,201,46); }
td.TdClassName
{
border-color: #CFC92E;
}
.TagClassName
{
border-color: #CFC92E;
}
</style>