Shades of Barberry #CFC727
Tints of Barberry #CFC727
RGB
CMYK
RGB Variations
Color information
#CFC727 (or 0xCFC727) is known color: Barberry. HEX triplet: CF, C7 and 27. RGB value is (207,199,39). Sum of RGB (Red+Green+Blue) = 207+199+39=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 39 (15.62% from 255 or 8.76% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC727 is #3038D8. Grayscale: #B7B7B7. Windows color (decimal): -3160281 or 2607055. OLE color: 2607055.
HSL color Cylindrical-coordinate representation of color #CFC727: hue angle of 57.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFC727 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 39 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.19 |
| HSL | 57.14º | 0.68% | 0.48% | - |
| HSV(B) | 57.14º | 0.81% | 0.81% | - |
| XYZ | 46.52 | 54.26 | 9.94 | - |
| YUV | 183.15 | 46.65 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 39 | 0 | 0.04 | 0.81 | 0.19 | 57.14 | 0.68 | 0.48 |
| Hex | CF | C7 | 27 | 0 | 4 | 51 | 13 | 39 | 44 | 30 |
| Octal | 317 | 307 | 47 | 0 | 4 | 121 | 23 | 71 | 104 | 60 |
| Binary | 11001111 | 11000111 | 100111 | 0 | 100 | 1010001 | 10011 | 111001 | 1000100 | 110000 |
Color Harmonies of #CFC727
Complementary color
Monochromatic Colors of #CFC727
Black with #CFC727
Text Example
Text Example
White with #CFC727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC727; }
p { color: rgb(207,199,39); }
H1.HeaderClassName
{
color: #CFC727;
}
.AnyTagClassName
{
color: #CFC727;
}
</style>
background-color css
<style>
a { background-color: #CFC727; }
a { background-color: rgb(207,199,39); }
div.DivClassName
{
background-color: #CFC727;
}
.BgClassName
{
background-color: #CFC727;
}
</style>
border-color css
<style>
span { border-color: #CFC727; }
span { border-color: rgb(207,199,39); }
td.TdClassName
{
border-color: #CFC727;
}
.TagClassName
{
border-color: #CFC727;
}
</style>