Shades of Barberry #CFD41E
Tints of Barberry #CFD41E
RGB
CMYK
RGB Variations
Color information
#CFD41E (or 0xCFD41E) is known color: Barberry. HEX triplet: CF, D4 and 1E. RGB value is (207,212,30). Sum of RGB (Red+Green+Blue) = 207+212+30=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD41E is #302BE1. Grayscale: #BEBEBE. Windows color (decimal): -3156962 or 2020559. OLE color: 2020559.
HSL color Cylindrical-coordinate representation of color #CFD41E: hue angle of 61.65º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFD41E is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 30 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.17 |
| HSL | 61.65º | 0.75% | 0.47% | - |
| HSV(B) | 61.65º | 0.86% | 0.83% | - |
| XYZ | 49.51 | 60.45 | 10.29 | - |
| YUV | 189.76 | 37.84 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 30 | 0.02 | 0 | 0.86 | 0.17 | 61.65 | 0.75 | 0.47 |
| Hex | CF | D4 | 1E | 2 | 0 | 56 | 11 | 3E | 4B | 2F |
| Octal | 317 | 324 | 36 | 2 | 0 | 126 | 21 | 76 | 113 | 57 |
| Binary | 11001111 | 11010100 | 11110 | 10 | 0 | 1010110 | 10001 | 111110 | 1001011 | 101111 |
Color Harmonies of #CFD41E
Complementary color
Monochromatic Colors of #CFD41E
Black with #CFD41E
Text Example
Text Example
White with #CFD41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD41E; }
p { color: rgb(207,212,30); }
H1.HeaderClassName
{
color: #CFD41E;
}
.AnyTagClassName
{
color: #CFD41E;
}
</style>
background-color css
<style>
a { background-color: #CFD41E; }
a { background-color: rgb(207,212,30); }
div.DivClassName
{
background-color: #CFD41E;
}
.BgClassName
{
background-color: #CFD41E;
}
</style>
border-color css
<style>
span { border-color: #CFD41E; }
span { border-color: rgb(207,212,30); }
td.TdClassName
{
border-color: #CFD41E;
}
.TagClassName
{
border-color: #CFD41E;
}
</style>