Shades of Barberry #CFD122
Tints of Barberry #CFD122
RGB
CMYK
RGB Variations
Color information
#CFD122 (or 0xCFD122) is known color: Barberry. HEX triplet: CF, D1 and 22. RGB value is (207,209,34). Sum of RGB (Red+Green+Blue) = 207+209+34=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD122 is #302EDD. Grayscale: #BDBDBD. Windows color (decimal): -3157726 or 2281935. OLE color: 2281935.
HSL color Cylindrical-coordinate representation of color #CFD122: hue angle of 60.69º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFD122 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 34 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.18 |
| HSL | 60.69º | 0.72% | 0.48% | - |
| HSV(B) | 60.69º | 0.84% | 0.82% | - |
| XYZ | 48.82 | 58.98 | 10.32 | - |
| YUV | 188.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 34 | 0.01 | 0 | 0.84 | 0.18 | 60.69 | 0.72 | 0.48 |
| Hex | CF | D1 | 22 | 1 | 0 | 54 | 12 | 3D | 48 | 30 |
| Octal | 317 | 321 | 42 | 1 | 0 | 124 | 22 | 75 | 110 | 60 |
| Binary | 11001111 | 11010001 | 100010 | 1 | 0 | 1010100 | 10010 | 111101 | 1001000 | 110000 |
Color Harmonies of #CFD122
Complementary color
Monochromatic Colors of #CFD122
Black with #CFD122
Text Example
Text Example
White with #CFD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD122; }
p { color: rgb(207,209,34); }
H1.HeaderClassName
{
color: #CFD122;
}
.AnyTagClassName
{
color: #CFD122;
}
</style>
background-color css
<style>
a { background-color: #CFD122; }
a { background-color: rgb(207,209,34); }
div.DivClassName
{
background-color: #CFD122;
}
.BgClassName
{
background-color: #CFD122;
}
</style>
border-color css
<style>
span { border-color: #CFD122; }
span { border-color: rgb(207,209,34); }
td.TdClassName
{
border-color: #CFD122;
}
.TagClassName
{
border-color: #CFD122;
}
</style>