Shades of Barberry #CFD41B
Tints of Barberry #CFD41B
RGB
CMYK
RGB Variations
Color information
#CFD41B (or 0xCFD41B) is known color: Barberry. HEX triplet: CF, D4 and 1B. RGB value is (207,212,27). Sum of RGB (Red+Green+Blue) = 207+212+27=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD41B is #302BE4. Grayscale: #BEBEBE. Windows color (decimal): -3156965 or 1823951. OLE color: 1823951.
HSL color Cylindrical-coordinate representation of color #CFD41B: hue angle of 61.62º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFD41B is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 27 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.17 |
| HSL | 61.62º | 0.77% | 0.47% | - |
| HSV(B) | 61.62º | 0.87% | 0.83% | - |
| XYZ | 49.47 | 60.43 | 10.09 | - |
| YUV | 189.42 | 36.34 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 27 | 0.02 | 0 | 0.87 | 0.17 | 61.62 | 0.77 | 0.47 |
| Hex | CF | D4 | 1B | 2 | 0 | 57 | 11 | 3E | 4D | 2F |
| Octal | 317 | 324 | 33 | 2 | 0 | 127 | 21 | 76 | 115 | 57 |
| Binary | 11001111 | 11010100 | 11011 | 10 | 0 | 1010111 | 10001 | 111110 | 1001101 | 101111 |
Color Harmonies of #CFD41B
Complementary color
Monochromatic Colors of #CFD41B
Black with #CFD41B
Text Example
Text Example
White with #CFD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD41B; }
p { color: rgb(207,212,27); }
H1.HeaderClassName
{
color: #CFD41B;
}
.AnyTagClassName
{
color: #CFD41B;
}
</style>
background-color css
<style>
a { background-color: #CFD41B; }
a { background-color: rgb(207,212,27); }
div.DivClassName
{
background-color: #CFD41B;
}
.BgClassName
{
background-color: #CFD41B;
}
</style>
border-color css
<style>
span { border-color: #CFD41B; }
span { border-color: rgb(207,212,27); }
td.TdClassName
{
border-color: #CFD41B;
}
.TagClassName
{
border-color: #CFD41B;
}
</style>