Shades of Barberry #CFC41F
Tints of Barberry #CFC41F
RGB
CMYK
RGB Variations
Color information
#CFC41F (or 0xCFC41F) is known color: Barberry. HEX triplet: CF, C4 and 1F. RGB value is (207,196,31). Sum of RGB (Red+Green+Blue) = 207+196+31=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC41F is #303BE0. Grayscale: #B5B5B5. Windows color (decimal): -3161057 or 2081999. OLE color: 2081999.
HSL color Cylindrical-coordinate representation of color #CFC41F: hue angle of 56.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFC41F is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 31 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.19 |
| HSL | 56.25º | 0.74% | 0.47% | - |
| HSV(B) | 56.25º | 0.85% | 0.81% | - |
| XYZ | 45.72 | 52.84 | 9.09 | - |
| YUV | 180.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 31 | 0 | 0.05 | 0.85 | 0.19 | 56.25 | 0.74 | 0.47 |
| Hex | CF | C4 | 1F | 0 | 5 | 55 | 13 | 38 | 4A | 2F |
| Octal | 317 | 304 | 37 | 0 | 5 | 125 | 23 | 70 | 112 | 57 |
| Binary | 11001111 | 11000100 | 11111 | 0 | 101 | 1010101 | 10011 | 111000 | 1001010 | 101111 |
Color Harmonies of #CFC41F
Complementary color
Monochromatic Colors of #CFC41F
Black with #CFC41F
Text Example
Text Example
White with #CFC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC41F; }
p { color: rgb(207,196,31); }
H1.HeaderClassName
{
color: #CFC41F;
}
.AnyTagClassName
{
color: #CFC41F;
}
</style>
background-color css
<style>
a { background-color: #CFC41F; }
a { background-color: rgb(207,196,31); }
div.DivClassName
{
background-color: #CFC41F;
}
.BgClassName
{
background-color: #CFC41F;
}
</style>
border-color css
<style>
span { border-color: #CFC41F; }
span { border-color: rgb(207,196,31); }
td.TdClassName
{
border-color: #CFC41F;
}
.TagClassName
{
border-color: #CFC41F;
}
</style>