Shades of Barberry #CFC819
Tints of Barberry #CFC819
RGB
CMYK
RGB Variations
Color information
#CFC819 (or 0xCFC819) is known color: Barberry. HEX triplet: CF, C8 and 19. RGB value is (207,200,25). Sum of RGB (Red+Green+Blue) = 207+200+25=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC819 is #3037E6. Grayscale: #B6B6B6. Windows color (decimal): -3160039 or 1689807. OLE color: 1689807.
HSL color Cylindrical-coordinate representation of color #CFC819: hue angle of 57.69º 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 #CFC819 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 25 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.19 |
| HSL | 57.69º | 0.78% | 0.45% | - |
| HSV(B) | 57.69º | 0.88% | 0.81% | - |
| XYZ | 46.56 | 54.64 | 9.01 | - |
| YUV | 182.14 | 39.32 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 25 | 0 | 0.03 | 0.88 | 0.19 | 57.69 | 0.78 | 0.45 |
| Hex | CF | C8 | 19 | 0 | 3 | 58 | 13 | 3A | 4E | 2D |
| Octal | 317 | 310 | 31 | 0 | 3 | 130 | 23 | 72 | 116 | 55 |
| Binary | 11001111 | 11001000 | 11001 | 0 | 11 | 1011000 | 10011 | 111010 | 1001110 | 101101 |
Color Harmonies of #CFC819
Complementary color
Monochromatic Colors of #CFC819
Black with #CFC819
Text Example
Text Example
White with #CFC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC819; }
p { color: rgb(207,200,25); }
H1.HeaderClassName
{
color: #CFC819;
}
.AnyTagClassName
{
color: #CFC819;
}
</style>
background-color css
<style>
a { background-color: #CFC819; }
a { background-color: rgb(207,200,25); }
div.DivClassName
{
background-color: #CFC819;
}
.BgClassName
{
background-color: #CFC819;
}
</style>
border-color css
<style>
span { border-color: #CFC819; }
span { border-color: rgb(207,200,25); }
td.TdClassName
{
border-color: #CFC819;
}
.TagClassName
{
border-color: #CFC819;
}
</style>