Shades of Barberry #CFD11D
Tints of Barberry #CFD11D
RGB
CMYK
RGB Variations
Color information
#CFD11D (or 0xCFD11D) is known color: Barberry. HEX triplet: CF, D1 and 1D. RGB value is (207,209,29). Sum of RGB (Red+Green+Blue) = 207+209+29=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD11D is #302EE2. Grayscale: #BCBCBC. Windows color (decimal): -3157731 or 1954255. OLE color: 1954255.
HSL color Cylindrical-coordinate representation of color #CFD11D: hue angle of 60.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFD11D is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 29 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.18 |
| HSL | 60.67º | 0.76% | 0.47% | - |
| HSV(B) | 60.67º | 0.86% | 0.82% | - |
| XYZ | 48.75 | 58.96 | 9.97 | - |
| YUV | 187.88 | 38.34 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 29 | 0.01 | 0 | 0.86 | 0.18 | 60.67 | 0.76 | 0.47 |
| Hex | CF | D1 | 1D | 1 | 0 | 56 | 12 | 3D | 4C | 2F |
| Octal | 317 | 321 | 35 | 1 | 0 | 126 | 22 | 75 | 114 | 57 |
| Binary | 11001111 | 11010001 | 11101 | 1 | 0 | 1010110 | 10010 | 111101 | 1001100 | 101111 |
Color Harmonies of #CFD11D
Complementary color
Monochromatic Colors of #CFD11D
Black with #CFD11D
Text Example
Text Example
White with #CFD11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD11D; }
p { color: rgb(207,209,29); }
H1.HeaderClassName
{
color: #CFD11D;
}
.AnyTagClassName
{
color: #CFD11D;
}
</style>
background-color css
<style>
a { background-color: #CFD11D; }
a { background-color: rgb(207,209,29); }
div.DivClassName
{
background-color: #CFD11D;
}
.BgClassName
{
background-color: #CFD11D;
}
</style>
border-color css
<style>
span { border-color: #CFD11D; }
span { border-color: rgb(207,209,29); }
td.TdClassName
{
border-color: #CFD11D;
}
.TagClassName
{
border-color: #CFD11D;
}
</style>