Shades of Barberry #CFBD25
Tints of Barberry #CFBD25
RGB
CMYK
RGB Variations
Color information
#CFBD25 (or 0xCFBD25) is known color: Barberry. HEX triplet: CF, BD and 25. RGB value is (207,189,37). Sum of RGB (Red+Green+Blue) = 207+189+37=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD25 is #3042DA. Grayscale: #B1B1B1. Windows color (decimal): -3162843 or 2473423. OLE color: 2473423.
HSL color Cylindrical-coordinate representation of color #CFBD25: hue angle of 53.65º 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 #CFBD25 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 37 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.19 |
| HSL | 53.65º | 0.7% | 0.48% | - |
| HSV(B) | 53.65º | 0.82% | 0.81% | - |
| XYZ | 44.26 | 49.79 | 9.03 | - |
| YUV | 177.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 37 | 0 | 0.09 | 0.82 | 0.19 | 53.65 | 0.7 | 0.48 |
| Hex | CF | BD | 25 | 0 | 9 | 52 | 13 | 36 | 46 | 30 |
| Octal | 317 | 275 | 45 | 0 | 11 | 122 | 23 | 66 | 106 | 60 |
| Binary | 11001111 | 10111101 | 100101 | 0 | 1001 | 1010010 | 10011 | 110110 | 1000110 | 110000 |
Color Harmonies of #CFBD25
Complementary color
Monochromatic Colors of #CFBD25
Black with #CFBD25
Text Example
Text Example
White with #CFBD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD25; }
p { color: rgb(207,189,37); }
H1.HeaderClassName
{
color: #CFBD25;
}
.AnyTagClassName
{
color: #CFBD25;
}
</style>
background-color css
<style>
a { background-color: #CFBD25; }
a { background-color: rgb(207,189,37); }
div.DivClassName
{
background-color: #CFBD25;
}
.BgClassName
{
background-color: #CFBD25;
}
</style>
border-color css
<style>
span { border-color: #CFBD25; }
span { border-color: rgb(207,189,37); }
td.TdClassName
{
border-color: #CFBD25;
}
.TagClassName
{
border-color: #CFBD25;
}
</style>