Shades of Barberry #CFC121
Tints of Barberry #CFC121
RGB
CMYK
RGB Variations
Color information
#CFC121 (or 0xCFC121) is known color: Barberry. HEX triplet: CF, C1 and 21. RGB value is (207,193,33). Sum of RGB (Red+Green+Blue) = 207+193+33=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC121 is #303EDE. Grayscale: #B3B3B3. Windows color (decimal): -3161823 or 2212303. OLE color: 2212303.
HSL color Cylindrical-coordinate representation of color #CFC121: hue angle of 55.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFC121 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 33 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.19 |
| HSL | 55.17º | 0.73% | 0.47% | - |
| HSV(B) | 55.17º | 0.84% | 0.81% | - |
| XYZ | 45.08 | 51.52 | 9.01 | - |
| YUV | 178.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 33 | 0 | 0.07 | 0.84 | 0.19 | 55.17 | 0.73 | 0.47 |
| Hex | CF | C1 | 21 | 0 | 7 | 54 | 13 | 37 | 48 | 2F |
| Octal | 317 | 301 | 41 | 0 | 7 | 124 | 23 | 67 | 110 | 57 |
| Binary | 11001111 | 11000001 | 100001 | 0 | 111 | 1010100 | 10011 | 110111 | 1001000 | 101111 |
Color Harmonies of #CFC121
Complementary color
Monochromatic Colors of #CFC121
Black with #CFC121
Text Example
Text Example
White with #CFC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC121; }
p { color: rgb(207,193,33); }
H1.HeaderClassName
{
color: #CFC121;
}
.AnyTagClassName
{
color: #CFC121;
}
</style>
background-color css
<style>
a { background-color: #CFC121; }
a { background-color: rgb(207,193,33); }
div.DivClassName
{
background-color: #CFC121;
}
.BgClassName
{
background-color: #CFC121;
}
</style>
border-color css
<style>
span { border-color: #CFC121; }
span { border-color: rgb(207,193,33); }
td.TdClassName
{
border-color: #CFC121;
}
.TagClassName
{
border-color: #CFC121;
}
</style>