Shades of Barberry #CFC719
Tints of Barberry #CFC719
RGB
CMYK
RGB Variations
Color information
#CFC719 (or 0xCFC719) is known color: Barberry. HEX triplet: CF, C7 and 19. RGB value is (207,199,25). Sum of RGB (Red+Green+Blue) = 207+199+25=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC719 is #3038E6. Grayscale: #B6B6B6. Windows color (decimal): -3160295 or 1689551. OLE color: 1689551.
HSL color Cylindrical-coordinate representation of color #CFC719: hue angle of 57.36º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFC719 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 25 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.19 |
| HSL | 57.36º | 0.78% | 0.45% | - |
| HSV(B) | 57.36º | 0.88% | 0.81% | - |
| XYZ | 46.33 | 54.18 | 8.94 | - |
| YUV | 181.56 | 39.65 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 25 | 0 | 0.04 | 0.88 | 0.19 | 57.36 | 0.78 | 0.45 |
| Hex | CF | C7 | 19 | 0 | 4 | 58 | 13 | 39 | 4E | 2D |
| Octal | 317 | 307 | 31 | 0 | 4 | 130 | 23 | 71 | 116 | 55 |
| Binary | 11001111 | 11000111 | 11001 | 0 | 100 | 1011000 | 10011 | 111001 | 1001110 | 101101 |
Color Harmonies of #CFC719
Complementary color
Monochromatic Colors of #CFC719
Black with #CFC719
Text Example
Text Example
White with #CFC719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC719; }
p { color: rgb(207,199,25); }
H1.HeaderClassName
{
color: #CFC719;
}
.AnyTagClassName
{
color: #CFC719;
}
</style>
background-color css
<style>
a { background-color: #CFC719; }
a { background-color: rgb(207,199,25); }
div.DivClassName
{
background-color: #CFC719;
}
.BgClassName
{
background-color: #CFC719;
}
</style>
border-color css
<style>
span { border-color: #CFC719; }
span { border-color: rgb(207,199,25); }
td.TdClassName
{
border-color: #CFC719;
}
.TagClassName
{
border-color: #CFC719;
}
</style>