Shades of Barberry #CFCD25
Tints of Barberry #CFCD25
RGB
CMYK
RGB Variations
Color information
#CFCD25 (or 0xCFCD25) is known color: Barberry. HEX triplet: CF, CD and 25. RGB value is (207,205,37). Sum of RGB (Red+Green+Blue) = 207+205+37=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD25 is #3032DA. Grayscale: #BBBBBB. Windows color (decimal): -3158747 or 2477519. OLE color: 2477519.
HSL color Cylindrical-coordinate representation of color #CFCD25: hue angle of 59.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFCD25 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 37 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.19 |
| HSL | 59.29º | 0.7% | 0.48% | - |
| HSV(B) | 59.29º | 0.82% | 0.81% | - |
| XYZ | 47.9 | 57.06 | 10.24 | - |
| YUV | 186.45 | 43.66 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 37 | 0 | 0.01 | 0.82 | 0.19 | 59.29 | 0.7 | 0.48 |
| Hex | CF | CD | 25 | 0 | 1 | 52 | 13 | 3B | 46 | 30 |
| Octal | 317 | 315 | 45 | 0 | 1 | 122 | 23 | 73 | 106 | 60 |
| Binary | 11001111 | 11001101 | 100101 | 0 | 1 | 1010010 | 10011 | 111011 | 1000110 | 110000 |
Color Harmonies of #CFCD25
Complementary color
Monochromatic Colors of #CFCD25
Black with #CFCD25
Text Example
Text Example
White with #CFCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD25; }
p { color: rgb(207,205,37); }
H1.HeaderClassName
{
color: #CFCD25;
}
.AnyTagClassName
{
color: #CFCD25;
}
</style>
background-color css
<style>
a { background-color: #CFCD25; }
a { background-color: rgb(207,205,37); }
div.DivClassName
{
background-color: #CFCD25;
}
.BgClassName
{
background-color: #CFCD25;
}
</style>
border-color css
<style>
span { border-color: #CFCD25; }
span { border-color: rgb(207,205,37); }
td.TdClassName
{
border-color: #CFCD25;
}
.TagClassName
{
border-color: #CFCD25;
}
</style>