Shades of Barberry #CFC22F
Tints of Barberry #CFC22F
RGB
CMYK
RGB Variations
Color information
#CFC22F (or 0xCFC22F) is known color: Barberry. HEX triplet: CF, C2 and 2F. RGB value is (207,194,47). Sum of RGB (Red+Green+Blue) = 207+194+47=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC22F is #303DD0. Grayscale: #B5B5B5. Windows color (decimal): -3161553 or 3130063. OLE color: 3130063.
HSL color Cylindrical-coordinate representation of color #CFC22F: hue angle of 55.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFC22F is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 47 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.19 |
| HSL | 55.13º | 0.63% | 0.5% | - |
| HSV(B) | 55.13º | 0.77% | 0.81% | - |
| XYZ | 45.54 | 52.05 | 10.34 | - |
| YUV | 181.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 47 | 0 | 0.06 | 0.77 | 0.19 | 55.13 | 0.63 | 0.5 |
| Hex | CF | C2 | 2F | 0 | 6 | 4D | 13 | 37 | 3F | 32 |
| Octal | 317 | 302 | 57 | 0 | 6 | 115 | 23 | 67 | 77 | 62 |
| Binary | 11001111 | 11000010 | 101111 | 0 | 110 | 1001101 | 10011 | 110111 | 111111 | 110010 |
Color Harmonies of #CFC22F
Complementary color
Monochromatic Colors of #CFC22F
Black with #CFC22F
Text Example
Text Example
White with #CFC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC22F; }
p { color: rgb(207,194,47); }
H1.HeaderClassName
{
color: #CFC22F;
}
.AnyTagClassName
{
color: #CFC22F;
}
</style>
background-color css
<style>
a { background-color: #CFC22F; }
a { background-color: rgb(207,194,47); }
div.DivClassName
{
background-color: #CFC22F;
}
.BgClassName
{
background-color: #CFC22F;
}
</style>
border-color css
<style>
span { border-color: #CFC22F; }
span { border-color: rgb(207,194,47); }
td.TdClassName
{
border-color: #CFC22F;
}
.TagClassName
{
border-color: #CFC22F;
}
</style>