Shades of Barberry #CFD119
Tints of Barberry #CFD119
RGB
CMYK
RGB Variations
Color information
#CFD119 (or 0xCFD119) is known color: Barberry. HEX triplet: CF, D1 and 19. RGB value is (207,209,25). Sum of RGB (Red+Green+Blue) = 207+209+25=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD119 is #302EE6. Grayscale: #BCBCBC. Windows color (decimal): -3157735 or 1692111. OLE color: 1692111.
HSL color Cylindrical-coordinate representation of color #CFD119: hue angle of 60.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFD119 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 25 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.18 |
| HSL | 60.65º | 0.79% | 0.46% | - |
| HSV(B) | 60.65º | 0.88% | 0.82% | - |
| XYZ | 48.71 | 58.94 | 9.73 | - |
| YUV | 187.43 | 36.34 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 25 | 0.01 | 0 | 0.88 | 0.18 | 60.65 | 0.79 | 0.46 |
| Hex | CF | D1 | 19 | 1 | 0 | 58 | 12 | 3D | 4F | 2E |
| Octal | 317 | 321 | 31 | 1 | 0 | 130 | 22 | 75 | 117 | 56 |
| Binary | 11001111 | 11010001 | 11001 | 1 | 0 | 1011000 | 10010 | 111101 | 1001111 | 101110 |
Color Harmonies of #CFD119
Complementary color
Monochromatic Colors of #CFD119
Black with #CFD119
Text Example
Text Example
White with #CFD119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD119; }
p { color: rgb(207,209,25); }
H1.HeaderClassName
{
color: #CFD119;
}
.AnyTagClassName
{
color: #CFD119;
}
</style>
background-color css
<style>
a { background-color: #CFD119; }
a { background-color: rgb(207,209,25); }
div.DivClassName
{
background-color: #CFD119;
}
.BgClassName
{
background-color: #CFD119;
}
</style>
border-color css
<style>
span { border-color: #CFD119; }
span { border-color: rgb(207,209,25); }
td.TdClassName
{
border-color: #CFD119;
}
.TagClassName
{
border-color: #CFD119;
}
</style>