Shades of Barberry #CFC42F
Tints of Barberry #CFC42F
RGB
CMYK
RGB Variations
Color information
#CFC42F (or 0xCFC42F) is known color: Barberry. HEX triplet: CF, C4 and 2F. RGB value is (207,196,47). Sum of RGB (Red+Green+Blue) = 207+196+47=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC42F is #303BD0. Grayscale: #B6B6B6. Windows color (decimal): -3161041 or 3130575. OLE color: 3130575.
HSL color Cylindrical-coordinate representation of color #CFC42F: hue angle of 55.88º 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 #CFC42F is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 47 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.19 |
| HSL | 55.88º | 0.63% | 0.5% | - |
| HSV(B) | 55.88º | 0.77% | 0.81% | - |
| XYZ | 45.99 | 52.95 | 10.49 | - |
| YUV | 182.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 47 | 0 | 0.05 | 0.77 | 0.19 | 55.88 | 0.63 | 0.5 |
| Hex | CF | C4 | 2F | 0 | 5 | 4D | 13 | 38 | 3F | 32 |
| Octal | 317 | 304 | 57 | 0 | 5 | 115 | 23 | 70 | 77 | 62 |
| Binary | 11001111 | 11000100 | 101111 | 0 | 101 | 1001101 | 10011 | 111000 | 111111 | 110010 |
Color Harmonies of #CFC42F
Complementary color
Monochromatic Colors of #CFC42F
Black with #CFC42F
Text Example
Text Example
White with #CFC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC42F; }
p { color: rgb(207,196,47); }
H1.HeaderClassName
{
color: #CFC42F;
}
.AnyTagClassName
{
color: #CFC42F;
}
</style>
background-color css
<style>
a { background-color: #CFC42F; }
a { background-color: rgb(207,196,47); }
div.DivClassName
{
background-color: #CFC42F;
}
.BgClassName
{
background-color: #CFC42F;
}
</style>
border-color css
<style>
span { border-color: #CFC42F; }
span { border-color: rgb(207,196,47); }
td.TdClassName
{
border-color: #CFC42F;
}
.TagClassName
{
border-color: #CFC42F;
}
</style>