Shades of Barberry #CFCD27
Tints of Barberry #CFCD27
RGB
CMYK
RGB Variations
Color information
#CFCD27 (or 0xCFCD27) is known color: Barberry. HEX triplet: CF, CD and 27. RGB value is (207,205,39). Sum of RGB (Red+Green+Blue) = 207+205+39=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD27 is #3032D8. Grayscale: #BBBBBB. Windows color (decimal): -3158745 or 2608591. OLE color: 2608591.
HSL color Cylindrical-coordinate representation of color #CFCD27: hue angle of 59.29º 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 #CFCD27 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 39 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.19 |
| HSL | 59.29º | 0.68% | 0.48% | - |
| HSV(B) | 59.29º | 0.81% | 0.81% | - |
| XYZ | 47.93 | 57.07 | 10.41 | - |
| YUV | 186.67 | 44.66 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 39 | 0 | 0.01 | 0.81 | 0.19 | 59.29 | 0.68 | 0.48 |
| Hex | CF | CD | 27 | 0 | 1 | 51 | 13 | 3B | 44 | 30 |
| Octal | 317 | 315 | 47 | 0 | 1 | 121 | 23 | 73 | 104 | 60 |
| Binary | 11001111 | 11001101 | 100111 | 0 | 1 | 1010001 | 10011 | 111011 | 1000100 | 110000 |
Color Harmonies of #CFCD27
Complementary color
Monochromatic Colors of #CFCD27
Black with #CFCD27
Text Example
Text Example
White with #CFCD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD27; }
p { color: rgb(207,205,39); }
H1.HeaderClassName
{
color: #CFCD27;
}
.AnyTagClassName
{
color: #CFCD27;
}
</style>
background-color css
<style>
a { background-color: #CFCD27; }
a { background-color: rgb(207,205,39); }
div.DivClassName
{
background-color: #CFCD27;
}
.BgClassName
{
background-color: #CFCD27;
}
</style>
border-color css
<style>
span { border-color: #CFCD27; }
span { border-color: rgb(207,205,39); }
td.TdClassName
{
border-color: #CFCD27;
}
.TagClassName
{
border-color: #CFCD27;
}
</style>