Shades of Barberry #CFBA24
Tints of Barberry #CFBA24
RGB
CMYK
RGB Variations
Color information
#CFBA24 (or 0xCFBA24) is known color: Barberry. HEX triplet: CF, BA and 24. RGB value is (207,186,36). Sum of RGB (Red+Green+Blue) = 207+186+36=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA24 is #3045DB. Grayscale: #AFAFAF. Windows color (decimal): -3163612 or 2407119. OLE color: 2407119.
HSL color Cylindrical-coordinate representation of color #CFBA24: hue angle of 52.63º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFBA24 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 36 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.19 |
| HSL | 52.63º | 0.7% | 0.48% | - |
| HSV(B) | 52.63º | 0.83% | 0.81% | - |
| XYZ | 43.61 | 48.51 | 8.73 | - |
| YUV | 175.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 36 | 0 | 0.10 | 0.83 | 0.19 | 52.63 | 0.7 | 0.48 |
| Hex | CF | BA | 24 | 0 | A | 53 | 13 | 35 | 46 | 30 |
| Octal | 317 | 272 | 44 | 0 | 12 | 123 | 23 | 65 | 106 | 60 |
| Binary | 11001111 | 10111010 | 100100 | 0 | 1010 | 1010011 | 10011 | 110101 | 1000110 | 110000 |
Color Harmonies of #CFBA24
Complementary color
Monochromatic Colors of #CFBA24
Black with #CFBA24
Text Example
Text Example
White with #CFBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA24; }
p { color: rgb(207,186,36); }
H1.HeaderClassName
{
color: #CFBA24;
}
.AnyTagClassName
{
color: #CFBA24;
}
</style>
background-color css
<style>
a { background-color: #CFBA24; }
a { background-color: rgb(207,186,36); }
div.DivClassName
{
background-color: #CFBA24;
}
.BgClassName
{
background-color: #CFBA24;
}
</style>
border-color css
<style>
span { border-color: #CFBA24; }
span { border-color: rgb(207,186,36); }
td.TdClassName
{
border-color: #CFBA24;
}
.TagClassName
{
border-color: #CFBA24;
}
</style>