Shades of Barberry #CFD11C
Tints of Barberry #CFD11C
RGB
CMYK
RGB Variations
Color information
#CFD11C (or 0xCFD11C) is known color: Barberry. HEX triplet: CF, D1 and 1C. RGB value is (207,209,28). Sum of RGB (Red+Green+Blue) = 207+209+28=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD11C is #302EE3. Grayscale: #BCBCBC. Windows color (decimal): -3157732 or 1888719. OLE color: 1888719.
HSL color Cylindrical-coordinate representation of color #CFD11C: hue angle of 60.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFD11C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.18 |
| HSL | 60.66º | 0.76% | 0.46% | - |
| HSV(B) | 60.66º | 0.87% | 0.82% | - |
| XYZ | 48.74 | 58.95 | 9.91 | - |
| YUV | 187.77 | 37.84 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 28 | 0.01 | 0 | 0.87 | 0.18 | 60.66 | 0.76 | 0.46 |
| Hex | CF | D1 | 1C | 1 | 0 | 57 | 12 | 3D | 4C | 2E |
| Octal | 317 | 321 | 34 | 1 | 0 | 127 | 22 | 75 | 114 | 56 |
| Binary | 11001111 | 11010001 | 11100 | 1 | 0 | 1010111 | 10010 | 111101 | 1001100 | 101110 |
Color Harmonies of #CFD11C
Complementary color
Monochromatic Colors of #CFD11C
Black with #CFD11C
Text Example
Text Example
White with #CFD11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD11C; }
p { color: rgb(207,209,28); }
H1.HeaderClassName
{
color: #CFD11C;
}
.AnyTagClassName
{
color: #CFD11C;
}
</style>
background-color css
<style>
a { background-color: #CFD11C; }
a { background-color: rgb(207,209,28); }
div.DivClassName
{
background-color: #CFD11C;
}
.BgClassName
{
background-color: #CFD11C;
}
</style>
border-color css
<style>
span { border-color: #CFD11C; }
span { border-color: rgb(207,209,28); }
td.TdClassName
{
border-color: #CFD11C;
}
.TagClassName
{
border-color: #CFD11C;
}
</style>